summaryrefslogtreecommitdiff
path: root/tests/get_object_or_404
diff options
context:
space:
mode:
Diffstat (limited to 'tests/get_object_or_404')
-rw-r--r--tests/get_object_or_404/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/get_object_or_404/models.py b/tests/get_object_or_404/models.py
index ea6e3e40d5..4460e46642 100644
--- a/tests/get_object_or_404/models.py
+++ b/tests/get_object_or_404/models.py
@@ -1,5 +1,5 @@
"""
-35. DB-API Shortcuts
+DB-API Shortcuts
``get_object_or_404()`` is a shortcut function to be used in view functions for
performing a ``get()`` lookup and raising a ``Http404`` exception if a