Ticket #5341: num_params_docs.diff
File num_params_docs.diff, 510 bytes (added by , 17 years ago) |
---|
-
docs/db-api.txt
799 799 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`` or 803 ``where`` should equal the number of values in the ``params`` list. 804 802 805 QuerySet methods that do not return QuerySets 803 806 --------------------------------------------- 804 807