Kaydet (Commit) 57fd3700 authored tarafından Adam Zapletal's avatar Adam Zapletal Kaydeden (comit) Tim Graham

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

üst 25f43023
...@@ -116,7 +116,7 @@ Changing the search configuration ...@@ -116,7 +116,7 @@ Changing the search configuration
You can specify the ``config`` attribute to a :class:`SearchVector` and You can specify the ``config`` attribute to a :class:`SearchVector` and
:class:`SearchQuery` to use a different search configuration. This allows using :class:`SearchQuery` to use a different search configuration. This allows using
a different language parsers and dictionaries as defined by the database:: different language parsers and dictionaries as defined by the database::
>>> from django.contrib.postgres.search import SearchQuery, SearchVector >>> from django.contrib.postgres.search import SearchQuery, SearchVector
>>> Entry.objects.annotate( >>> Entry.objects.annotate(
......
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