summaryrefslogtreecommitdiff
path: root/tests/proxy_model_inheritance
diff options
context:
space:
mode:
Diffstat (limited to 'tests/proxy_model_inheritance')
-rw-r--r--tests/proxy_model_inheritance/tests.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/proxy_model_inheritance/tests.py b/tests/proxy_model_inheritance/tests.py
index fc1826e9e9..2e2d186c3c 100644
--- a/tests/proxy_model_inheritance/tests.py
+++ b/tests/proxy_model_inheritance/tests.py
@@ -14,9 +14,10 @@ from .models import (
class ProxyModelInheritanceTests(TransactionTestCase):
"""
- Proxy model inheritance across apps can result in migrate not creating the table
- for the proxied model (as described in #12286). This test creates two dummy
- apps and calls migrate, then verifies that the table has been created.
+ Proxy model inheritance across apps can result in migrate not creating the
+ table for the proxied model (as described in #12286). This test creates two
+ dummy apps and calls migrate, then verifies that the table has been
+ created.
"""
available_apps = []