--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/parts/django/tests/modeltests/proxy_model_inheritance/app1/models.py Sat Jan 08 11:20:57 2011 +0530
@@ -0,0 +1,5 @@
+from app2.models import NiceModel
+
+class ProxyModel(NiceModel):
+ class Meta:
+ proxy = True