mirror of
https://github.com/django/django.git
synced 2025-04-01 12:06:43 +00:00
Corrected typo in search docs. (#11673)
This commit is contained in:
parent
21e559495b
commit
cece802dbb
@ -17,7 +17,7 @@ Standard textual queries
|
|||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
Text-based fields have a selection of simple matching operations. For example,
|
Text-based fields have a selection of simple matching operations. For example,
|
||||||
you may wish to allow lookup up an author like so::
|
you may wish to allow lookup of an author like so::
|
||||||
|
|
||||||
>>> Author.objects.filter(name__contains='Terry')
|
>>> Author.objects.filter(name__contains='Terry')
|
||||||
[<Author: Terry Gilliam>, <Author: Terry Jones>]
|
[<Author: Terry Gilliam>, <Author: Terry Jones>]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user