Changeset 5504
- Timestamp:
- 06/20/07 14:38:19 (2 years ago)
- Files:
-
- django/trunk/docs/model-api.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/model-api.txt
r5459 r5504 1877 1877 1878 1878 A final note: If all you want to do is a custom ``WHERE`` clause, you can just 1879 justthe ``where``, ``tables`` and ``params`` arguments to the standard lookup1879 use the ``where``, ``tables`` and ``params`` arguments to the standard lookup 1880 1880 API. See `Other lookup options`_. 1881 1881
