From 067d380e9879b03fc015dd087558c91c260c0e70 Mon Sep 17 00:00:00 2001 From: Malcolm Tredinnick Date: Sun, 16 Mar 2008 16:18:39 +0000 Subject: 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 --- tests/modeltests/model_inheritance/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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 >>> len(db.connection.queries) 3 +>>> settings.DEBUG = False """} -- cgit v1.3