summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_validation/tests.py
AgeCommit message (Expand)Author
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-08-13Fixed #14503 -- Unified multiple implementations of test cases assert* method...Ramiro Morales
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-26Fixed #15669 -- Included app label in admin validation messages. Thanks, lamb...Jannis Leidel
2011-05-22Fix UnboundLocalError than could occur during ModelAdmin validation.Karen Tracey
2011-05-14Added ability to describe grouping of form fields in the same row to the `fie...Ramiro Morales
2011-02-26Fixed #15424 -- Corrected lookup of callables listed in admin inlines' `reado...Ramiro Morales
2010-09-27Migrated admin_validation doctests. Thanks to Sebastian Hillig.Russell Keith-Magee
2010-03-08Fixed #12481: Updated admin validation code to not reject non-editable fields...Karen Tracey