summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_validation
AgeCommit message (Collapse)Author
2010-03-09[1.1.X] Fixed #12689: Fixed admin validation to report an error on invalid ↵Karen Tracey
exclude specification. Thanks for report to bparker and for patch with tests to ramiro. r12734 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12735 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-10-19[1.1.X] Moved the call to _get_foreign_key to run in all cases catching ↵Brian Rosner
incorrect inline setup sooner. Backport of [11631] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11633 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-10-19[1.1.X] Fixed #11709 — Pass inline fk_name attribute when grabbing foreign ↵Brian Rosner
key to test for exclusion. Thanks yishaibeeri for the report. Backport of [11630] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11632 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-03Fixed #9932 -- Added a validation error when an inline tries to exclude the ↵Russell Keith-Magee
foreign key that provides the link to the parent model. Thanks to david for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10668 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-28Fixed #8027: correctly validate fields/fieldsets in `ModelAdmin` validation ↵Jacob Kaplan-Moss
when using custom `ModelForm`s. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8662 bcc190cf-cafb-0310-a4f2-bffc1f526a37