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