Changes between Initial Version and Version 1 of Ticket #19643, comment 4
- Timestamp:
- Jan 21, 2013, 4:04:12 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19643, comment 4
initial v1 1 The issue was a bit more complicated, as the validation for individual values and the overall was a bit messed up. I've got it to pass all the tests and seems to be working fine now, and there are no calls to `super().validate()` except from `validate` itself. The patch is av ilable at https://github.com/berislavlopac/django/tree/ticket_196431 The issue was a bit more complicated, as the validation for individual values and the overall was a bit messed up. I've got it to pass all the tests and seems to be working fine now, and there are no calls to `super().validate()` except from `validate` itself. The patch is available at https://github.com/berislavlopac/django/tree/ticket_19643