Django

Code

Changeset 5252

Show
Ignore:
Timestamp:
05/15/07 14:06:52 (1 year ago)
Author:
adrian
Message:

Fixed #4303 -- Fixed typo in docs/db-api.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/db-api.txt

    r5120 r5252  
    17811781 
    17821782``get_list_or_404`` behaves the same was as ``get_object_or_404()``  
    1783 -- except the it uses using ``filter()`` instead of ``get()``. It raises  
     1783-- except that it uses using ``filter()`` instead of ``get()``. It raises  
    17841784``Http404`` if the list is empty. 
    17851785