summaryrefslogtreecommitdiff
path: root/tests/generic_inline_admin/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/generic_inline_admin/models.py')
-rw-r--r--tests/generic_inline_admin/models.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/generic_inline_admin/models.py b/tests/generic_inline_admin/models.py
index 0ae3c4b052..059aadc5ba 100644
--- a/tests/generic_inline_admin/models.py
+++ b/tests/generic_inline_admin/models.py
@@ -27,26 +27,6 @@ class Media(models.Model):
def __str__(self):
return self.url
-#
-# These models let us test the different GenericInline settings at
-# different urls in the admin site.
-#
-
-#
-# Generic inline with extra = 0
-#
-
-
-class EpisodeExtra(Episode):
- pass
-
-
-#
-# Generic inline with extra and max_num
-#
-class EpisodeMaxNum(Episode):
- pass
-
#
# Generic inline with unique_together