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