1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/modeltests/validation
2010-03-16 19:32:11 +00:00
..
__init__.py
models.py Fixed #12647. Allow unique_together checks be specified as lists as well as tuples. Thanks, Honza Král. 2010-02-10 00:49:33 +00:00
test_custom_messages.py Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev. 2010-01-12 02:29:45 +00:00
test_unique.py Fixed #12881: Corrected handling of inherited unique constraints. Thanks for report fgaudin. 2010-03-16 19:32:11 +00:00
tests.py Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. Thanks, Honza Král. 2010-01-21 03:26:14 +00:00
validators.py Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev. 2010-01-12 02:29:45 +00:00