summaryrefslogtreecommitdiff
path: root/tests/generic_relations
diff options
context:
space:
mode:
Diffstat (limited to 'tests/generic_relations')
-rw-r--r--tests/generic_relations/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic_relations/models.py b/tests/generic_relations/models.py
index 5d24e017a2..004ca080a1 100644
--- a/tests/generic_relations/models.py
+++ b/tests/generic_relations/models.py
@@ -1,5 +1,5 @@
"""
-34. Generic relations
+Generic relations
Generic relations let an object have a foreign key to any object through a
content-type/object-id field. A ``GenericForeignKey`` field can point to any