diff options
Diffstat (limited to 'tests/modeltests/generic_relations')
| -rw-r--r-- | tests/modeltests/generic_relations/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/generic_relations/models.py b/tests/modeltests/generic_relations/models.py index 2bfb55e618..2b2f64165f 100644 --- a/tests/modeltests/generic_relations/models.py +++ b/tests/modeltests/generic_relations/models.py @@ -1,5 +1,5 @@ """ -33. Generic relations +34. Generic relations Generic relations let an object have a foreign key to any object through a content-type/object-id field. A generic foreign key can point to any object, |
