django/tests/regressiontests/admin_validation
2010-03-08 20:36:37 +00:00
..
__init__.py Fixed #8027: correctly validate fields/fieldsets in ModelAdmin validation when using custom ModelForms. 2008-08-28 15:43:04 +00:00
models.py Fixed #12481: Updated admin validation code to not reject non-editable fields in readonly_fields, since these are handled fine by the display code itself. Thanks lashni and Alex. 2010-03-08 20:36:37 +00:00
tests.py Fixed #12481: Updated admin validation code to not reject non-editable fields in readonly_fields, since these are handled fine by the display code itself. Thanks lashni and Alex. 2010-03-08 20:36:37 +00:00