summaryrefslogtreecommitdiff
path: root/tests/modeltests/empty
diff options
context:
space:
mode:
authorJoseph Kocherhans <joseph@jkocherhans.com>2007-12-03 17:37:33 +0000
committerJoseph Kocherhans <joseph@jkocherhans.com>2007-12-03 17:37:33 +0000
commitc68f751f8c376a1dbcb51760e3b475392af7adba (patch)
tree06b672fe11a885e346c4a1b7c0594e2bbc93c34b /tests/modeltests/empty
parent22aa9db4a22d848011775af7007d3c1f8772e056 (diff)
newforms-admin: Merged changes from trunk up to [6863].
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6864 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/modeltests/empty')
-rw-r--r--tests/modeltests/empty/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/empty/models.py b/tests/modeltests/empty/models.py
index 2493b53837..d57087134e 100644
--- a/tests/modeltests/empty/models.py
+++ b/tests/modeltests/empty/models.py
@@ -1,5 +1,5 @@
"""
-39. Empty model tests
+40. Empty model tests
These test that things behave sensibly for the rare corner-case of a model with
no fields.