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