summaryrefslogtreecommitdiff
path: root/tests/modeltests/get_or_create
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modeltests/get_or_create')
-rw-r--r--tests/modeltests/get_or_create/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modeltests/get_or_create/models.py b/tests/modeltests/get_or_create/models.py
index b4f39ceded..f974a82dee 100644
--- a/tests/modeltests/get_or_create/models.py
+++ b/tests/modeltests/get_or_create/models.py
@@ -1,5 +1,5 @@
"""
-32. get_or_create()
+33. get_or_create()
get_or_create() does what it says: it tries to look up an object with the given
parameters. If an object isn't found, it creates one with the given parameters.