summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_validation/tests.py
AgeCommit message (Collapse)Author
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