mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Fixed typo in docs/db-api.txt from [5431]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5438 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
21acccbca2
commit
ceba11abf5
1 changed files with 1 additions and 1 deletions
|
|
@ -1238,7 +1238,7 @@ whose ``headline`` contains ``'Lennon'``::
|
|||
|
||||
Blog.objects.filter(entry__headline__contains='Lennon')
|
||||
|
||||
Escaping percent sings and underscores in LIKE statements
|
||||
Escaping percent signs and underscores in LIKE statements
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The field lookups that equate to ``LIKE`` SQL statements (``iexact``,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue