From 2f3a4cd573166e6b7bac9ed89d448ca34ab93edf Mon Sep 17 00:00:00 2001 From: Loic Bistuer Date: Wed, 24 Sep 2014 12:13:13 +0700 Subject: Removed numbering from the models.py header of some test packages. This is a reliqua from the early days of the modeltests/regressiontests era. --- tests/generic_relations/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/generic_relations') 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 -- cgit v1.3