Changes between Version 1 and Version 2 of Ticket #21379, comment 4
- Timestamp:
- Jun 30, 2014, 11:10:59 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21379, comment 4
v1 v2 35 35 36 36 and `username=u'jsmithé'` is not invalidated, failing the test. 37 38 In summary, I believe we have two issues here:39 * non-correspondence python2<>python3, confirmed by the fail of this test and correctly pointed out by @xelnor.40 * double validation of the same field, which seems to violate DRY (and thus harder to maintain, as #20694 and this ticket shows).41 42 Notice that this double verification happens on all ModelForms that validate a field that is also validated by a validator defined on a model.Field.