diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-03-16 16:18:39 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-03-16 16:18:39 +0000 |
| commit | 067d380e9879b03fc015dd087558c91c260c0e70 (patch) | |
| tree | efc20ec5dced59bf816b5a55fba034c652da179a /tests/modeltests/model_inheritance/models.py | |
| parent | 50a1880100acf022516634d782606735c82dfb47 (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/modeltests/model_inheritance/models.py')
| -rw-r--r-- | tests/modeltests/model_inheritance/models.py | 1 |
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 """} |
