Kaydet (Commit) f1af076f authored tarafından Mathieu Richardoz's avatar Mathieu Richardoz Kaydeden (comit) Tim Graham

Fixed a typo in docs/ref/contrib/postgres/search.txt.

üst 415ae960
......@@ -128,7 +128,7 @@ a different language parsers and dictionaries as defined by the database::
The value of ``config`` could also be stored in another column::
>>> from djanog.db.models import F
>>> from django.db.models import F
>>> Entry.objects.annotate(
... search=SearchVector('body_text', config=F('blog__language')),
... ).filter(search=SearchQuery('œuf', config=F('blog__language')))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment