summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_validation
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-09Fixed #12689: Fixed admin validation to report an error on invalid exclude sp...Karen Tracey
2010-03-08Fixed #12481: Updated admin validation code to not reject non-editable fields...Karen Tracey
2010-01-23ModelAdmin.fields wasn't able to refer to fields only on a custom formBrian Rosner
2009-12-22Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...Brian Rosner
2009-11-19Corrected a regression in validation of admin fieldsets with nested definitio...Russell Keith-Magee
2009-11-18Fixed #12237 -- Improved the error message for m2m fields with an explicit th...Russell Keith-Magee
2009-11-13Refs #12203 -- Improved error handling for the case where a user manually spe...Russell Keith-Magee
2009-11-13Fixed #12209 -- Made the through attribute on a m2m relation into a property ...Russell Keith-Magee
2009-10-19Moved the call to _get_foreign_key to run in all cases catching incorrect inl...Brian Rosner
2009-10-19Fixed #11709 — Pass inline fk_name attribute when grabbing foreign key to t...Brian Rosner
2009-05-03Fixed #9932 -- Added a validation error when an inline tries to exclude the f...Russell Keith-Magee
2008-08-28Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation w...Jacob Kaplan-Moss