Changes between Initial Version and Version 1 of Ticket #30776, comment 5


Ignore:
Timestamp:
Sep 18, 2019, 3:36:19 AM (5 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30776, comment 5

    initial v1  
    1 @gopackgo90 After reconsideration I don't think that `MaxLengthValidator` is really important here since a browser truncates `username` when we set `maxlength` HTML attribute. This is not a `ModelForm` so we don't risk `IntegrityError` etc. even if someone send manipulated POST data.
     1~~@gopackgo90 After reconsideration I don't think that `MaxLengthValidator` is really important here since a browser truncates `username` when we set `maxlength` HTML attribute. This is not a `ModelForm` so we don't risk `IntegrityError` etc. even if someone send manipulated POST data.~~
     2
     3Nevermind, let's bring it back, it doesn't hurt.
Back to Top