summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-03-16 16:18:39 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-03-16 16:18:39 +0000
commit067d380e9879b03fc015dd087558c91c260c0e70 (patch)
treeefc20ec5dced59bf816b5a55fba034c652da179a /tests
parent50a1880100acf022516634d782606735c82dfb47 (diff)
queryset-refactor: More whack-a-mole optimisation work. Still got a couple of big spots to go, though.
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@7253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
-rw-r--r--tests/modeltests/model_inheritance/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/modeltests/model_inheritance/models.py b/tests/modeltests/model_inheritance/models.py
index 4a8c00fb52..b1a751f5e8 100644
--- a/tests/modeltests/model_inheritance/models.py
+++ b/tests/modeltests/model_inheritance/models.py
@@ -263,5 +263,6 @@ True
<Chef: Albert the chef>
>>> len(db.connection.queries)
3
+>>> settings.DEBUG = False
"""}