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