Author: jacob
Date: 2007-06-07 12:46:55 -0500 (Thu, 07 Jun 2007)
New Revision: 5431
Modified:
django/trunk/docs/db-api.txt
Log:
Fixed #4496 - fixed section header in db-api doc. Thanks, [EMAIL PROTECTED]
Modified: django/trunk/docs/db-api.txt
===================================================================
--- django/trunk/docs/db-api.txt 2007-06-07 16:49:31 UTC (rev 5430)
+++ django/trunk/docs/db-api.txt 2007-06-07 17:46:55 UTC (rev 5431)
@@ -1229,8 +1229,8 @@
Blog.objects.filter(entry__headline__contains='Lennon')
-Escaping parenthesis and underscores in LIKE statements
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Escaping percent sings and underscores in LIKE statements
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The field lookups that equate to ``LIKE`` SQL statements (``iexact``,
``contains``, ``icontains``, ``startswith``, ``istartswith``, ``endswith``
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---