First time here? Check out the FAQ!

Revision history  [back]

changing forms.py:127 from:

elif encoded_value > self.max_length:

to:

elif len(encoded_value) > self.max_length:

solves the issue!