Changes between Initial Version and Version 1 of Ticket #19643, comment 4


Ignore:
Timestamp:
Jan 21, 2013, 4:04:12 PM (11 years ago)
Author:
Berislav Lopac

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 avilable at https://github.com/berislavlopac/django/tree/ticket_19643
     1The 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
Back to Top