summaryrefslogtreecommitdiff
path: root/tests/proxy_model_inheritance
diff options
context:
space:
mode:
authorKUAN Hsuan-Tso <kst920106@gmail.com>2018-08-16 21:20:31 +0800
committerTim Graham <timograham@gmail.com>2018-08-16 09:20:31 -0400
commit9ec1a85c777a66e74cf3d8e10ecab113c411be1d (patch)
treecb04180fabf11e28d6c3ed2741191eec690f965c /tests/proxy_model_inheritance
parent3ca24fd1c01451185825d62726b5538e022360c5 (diff)
downloaddjango-9ec1a85c777a66e74cf3d8e10ecab113c411be1d.tar.gz
Removed obsolete TODO in proxy_model_inheritance test.
Diffstat (limited to 'tests/proxy_model_inheritance')
-rw-r--r--tests/proxy_model_inheritance/app1/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/proxy_model_inheritance/app1/models.py b/tests/proxy_model_inheritance/app1/models.py
index a7a99fe46b..9b68293b90 100644
--- a/tests/proxy_model_inheritance/app1/models.py
+++ b/tests/proxy_model_inheritance/app1/models.py
@@ -1,4 +1,3 @@
-# TODO: why can't I make this ..app2
from app2.models import NiceModel