mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed a minor typo in some sample SQL. Thanks for the report, Glen Jarvis <glenjarvis.com@gmail.com>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7717 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
fad8e8f7c2
commit
d9c3e0a36a
1 changed files with 1 additions and 1 deletions
|
@ -1382,7 +1382,7 @@ and then converted into a query using the ``query`` attribute::
|
|||
|
||||
This queryset will be evaluated as subselect statement::
|
||||
|
||||
SELET ... WHERE blog.id IN (SELECT id FROM ... WHERE NAME LIKE '%Cheddar%')
|
||||
SELECT ... WHERE blog.id IN (SELECT id FROM ... WHERE NAME LIKE '%Cheddar%')
|
||||
|
||||
startswith
|
||||
~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue