Author: adrian
Date: 2007-09-13 23:55:09 -0500 (Thu, 13 Sep 2007)
New Revision: 6163
Modified:
django/trunk/docs/db-api.txt
Log:
Fixed #5341 -- Clarified docs/db-api.txt docs about params in extra(). Thanks,
Paul Smith
Modified: django/trunk/docs/db-api.txt
===================================================================
--- django/trunk/docs/db-api.txt 2007-09-14 04:24:58 UTC (rev 6162)
+++ django/trunk/docs/db-api.txt 2007-09-14 04:55:09 UTC (rev 6163)
@@ -799,6 +799,9 @@
Entry.objects.extra(where=['headline=%s'], params=['Lennon'])
+ The combined number of placeholders in the list of strings for ``select``
+ or ``where`` should equal the number of values in the ``params`` list.
+
QuerySet methods that do not return QuerySets
---------------------------------------------
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---