Fixed #4303 -- Fixed typo in docs/db-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
7969c1bb65
commit
72e824ad14
|
@ -1780,7 +1780,7 @@ get_list_or_404()
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
``get_list_or_404`` behaves the same was as ``get_object_or_404()``
|
``get_list_or_404`` behaves the same was as ``get_object_or_404()``
|
||||||
-- except the it uses using ``filter()`` instead of ``get()``. It raises
|
-- except that it uses using ``filter()`` instead of ``get()``. It raises
|
||||||
``Http404`` if the list is empty.
|
``Http404`` if the list is empty.
|
||||||
|
|
||||||
Falling back to raw SQL
|
Falling back to raw SQL
|
||||||
|
|
Loading…
Reference in New Issue