Changeset 6163
- Timestamp:
- 09/13/07 23:55:09 (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
r6126 r6163 800 800 Entry.objects.extra(where=['headline=%s'], params=['Lennon']) 801 801 802 The combined number of placeholders in the list of strings for ``select`` 803 or ``where`` should equal the number of values in the ``params`` list. 804 802 805 QuerySet methods that do not return QuerySets 803 806 ---------------------------------------------
