diff options
Diffstat (limited to 'tests/get_object_or_404/models.py')
| -rw-r--r-- | tests/get_object_or_404/models.py | 2 |
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 |
