From 72e824ad149ef97da5d11b6788aa13002a3f7a33 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 15 May 2007 19:06:52 +0000 Subject: [PATCH] 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 --- docs/db-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/db-api.txt b/docs/db-api.txt index 9d2f09daf39..71944f40477 100644 --- a/docs/db-api.txt +++ b/docs/db-api.txt @@ -1780,7 +1780,7 @@ get_list_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. Falling back to raw SQL