summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_validation/tests.py
AgeCommit message (Collapse)Author
2011-02-26[1.2.X] Fixed #15424 -- Corrected lookup of callables listed in admin ↵Ramiro Morales
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. Backport of [15650] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-27[1.2.X] Migrated admin_validation doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
Backport of r13883 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13904 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-08Fixed #12481: Updated admin validation code to not reject non-editable ↵Karen Tracey
fields in readonly_fields, since these are handled fine by the display code itself. Thanks lashni and Alex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12730 bcc190cf-cafb-0310-a4f2-bffc1f526a37