diff options
Diffstat (limited to 'tests/regressiontests/special_headers/models.py')
| -rw-r--r-- | tests/regressiontests/special_headers/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/special_headers/models.py b/tests/regressiontests/special_headers/models.py index 0c126757cc..e05c5a6920 100644 --- a/tests/regressiontests/special_headers/models.py +++ b/tests/regressiontests/special_headers/models.py @@ -1,4 +1,5 @@ from django.db import models + class Article(models.Model): text = models.TextField() |
