diff options
Diffstat (limited to 'tests/modeltests/defer/models.py')
| -rw-r--r-- | tests/modeltests/defer/models.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/modeltests/defer/models.py b/tests/modeltests/defer/models.py index 4fddd39d26..c64becf972 100644 --- a/tests/modeltests/defer/models.py +++ b/tests/modeltests/defer/models.py @@ -22,3 +22,7 @@ class Child(Primary): class BigChild(Primary): other = models.CharField(max_length=50) + +class ChildProxy(Child): + class Meta: + proxy=True |
