mirror of
https://github.com/django/django.git
synced 2025-02-04 14:37:19 +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
@ -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…
x
Reference in New Issue
Block a user