summaryrefslogtreecommitdiff
path: root/tests/modeltests
diff options
context:
space:
mode:
authorBrian Rosner <brosner@gmail.com>2008-09-02 17:26:24 +0000
committerBrian Rosner <brosner@gmail.com>2008-09-02 17:26:24 +0000
commitc1de41f4d29d15616075ffd474e3aba7adcfc64f (patch)
treef00fbc0995eb98d62438b58ae223d2b84cc0c2f3 /tests/modeltests
parent326b26656aa3770be99da88dd76e7eb9c73d1dc5 (diff)
Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent with the form/formset factories. Refs #8071 to make it easier to get at exclude. Thanks julien for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8861 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/modeltests')
-rw-r--r--tests/modeltests/model_formsets/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/modeltests/model_formsets/models.py b/tests/modeltests/model_formsets/models.py
index b215e40af8..3c97931595 100644
--- a/tests/modeltests/model_formsets/models.py
+++ b/tests/modeltests/model_formsets/models.py
@@ -701,5 +701,4 @@ False
>>> formset.is_valid()
True
-
"""}