summaryrefslogtreecommitdiff
path: root/parts/django/tests/regressiontests/comment_tests/custom_comments/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'parts/django/tests/regressiontests/comment_tests/custom_comments/models.py')
-rw-r--r--parts/django/tests/regressiontests/comment_tests/custom_comments/models.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/parts/django/tests/regressiontests/comment_tests/custom_comments/models.py b/parts/django/tests/regressiontests/comment_tests/custom_comments/models.py
new file mode 100644
index 0000000..592ad79
--- /dev/null
+++ b/parts/django/tests/regressiontests/comment_tests/custom_comments/models.py
@@ -0,0 +1,4 @@
+from django.db import models
+
+class CustomComment(models.Model):
+ pass