diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2007-06-07 17:46:55 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2007-06-07 17:46:55 +0000 |
| commit | 7747c42503baf6bdf33be81e3e9ea18616b3d0fe (patch) | |
| tree | 20426606d73ce173aa29f16ef51a5153bcf91763 /docs | |
| parent | 5ec6ffd6ce1261cc54b685abd1b79ee814a1b224 (diff) | |
Fixed #4496 - fixed section header in db-api doc. Thanks, hattawayd@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5431 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/db-api.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt index 6f13b3a467..dda3377885 100644 --- a/docs/db-api.txt +++ b/docs/db-api.txt @@ -1229,8 +1229,8 @@ whose ``headline`` contains ``'Lennon'``:: 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`` |
