diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2011-06-10 10:18:06 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2011-06-10 10:18:06 +0000 |
| commit | 430b819967054805c49c0a27fb9f039568ee240f (patch) | |
| tree | 1e817c6f8e2fc1cc7d81badbf3e495222788e587 /tests/regressiontests/multiple_database/tests.py | |
| parent | 9e952be26f7d26a90b06a05d3948283943320b7a (diff) | |
Fixed #16196 - Redundant or incorrect code in tests
Thanks to intelliyole and melinath for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16354 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/multiple_database/tests.py')
| -rw-r--r-- | tests/regressiontests/multiple_database/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/regressiontests/multiple_database/tests.py b/tests/regressiontests/multiple_database/tests.py index 110ee1e4a4..551a6772d6 100644 --- a/tests/regressiontests/multiple_database/tests.py +++ b/tests/regressiontests/multiple_database/tests.py @@ -1612,7 +1612,6 @@ class AntiPetRouter(object): return model._meta.object_name == 'Pet' else: return model._meta.object_name != 'Pet' - return None class FixtureTestCase(TestCase): multi_db = True |
