django/tests/regressiontests/admin_validation
2011-07-13 09:35:51 +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 #15424 -- Corrected lookup of callables listed in admin inlines' readonly_fields by passing the right ModelAdmin (sub)class instance when instantiating inline forms admin wrappers. Also, added early validation of its elements. Thanks kmike for the report and Karen for the patch fixing the issue. 2011-02-26 01:44:41 +00:00
tests.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00