summaryrefslogtreecommitdiff
path: root/tests/indexes
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indexes')
-rw-r--r--tests/indexes/models.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/indexes/models.py b/tests/indexes/models.py
index 6f6f82bbcb..68827cb665 100644
--- a/tests/indexes/models.py
+++ b/tests/indexes/models.py
@@ -18,7 +18,6 @@ class CurrentTranslation(models.ForeignObject):
class ArticleTranslation(models.Model):
-
article = models.ForeignKey("indexes.Article", models.CASCADE)
article_no_constraint = models.ForeignKey(
"indexes.Article", models.CASCADE, db_constraint=False, related_name="+"