diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-06-07 21:40:56 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-06-07 21:40:56 +0000 |
| commit | ceba11abf56a66e5698c34e2c3e514cdb0b6d447 (patch) | |
| tree | eeb31ce196359e7d11e623dcf7b5d2c082e35df5 /docs | |
| parent | 21acccbca25948ba04be05a5d2750d88ffa2fa37 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/db-api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt index 8c93cb78d4..775913d693 100644 --- a/docs/db-api.txt +++ b/docs/db-api.txt @@ -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``, |
