Changeset 5252
- Timestamp:
- 05/15/07 14:06:52 (1 year ago)
- Files:
-
- django/trunk/docs/db-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/db-api.txt
r5120 r5252 1781 1781 1782 1782 ``get_list_or_404`` behaves the same was as ``get_object_or_404()`` 1783 -- except th eit uses using ``filter()`` instead of ``get()``. It raises1783 -- except that it uses using ``filter()`` instead of ``get()``. It raises 1784 1784 ``Http404`` if the list is empty. 1785 1785
