mirror of https://github.com/django/django.git
Fixed #9234 -- Typo fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e625920a47
commit
e9f647e11f
|
@ -340,7 +340,7 @@ you'll probably use:
|
|||
|
||||
.. code-block:: sql
|
||||
|
||||
SELECT ... WHERE headline = 'Man bits dog';
|
||||
SELECT ... WHERE headline = 'Man bites dog';
|
||||
|
||||
If you don't provide a lookup type -- that is, if your keyword argument
|
||||
doesn't contain a double underscore -- the lookup type is assumed to be
|
||||
|
|
Loading…
Reference in New Issue