mirror of
https://github.com/django/django.git
synced 2025-08-27 14:04:41 +00:00
Removed unnecessary backslashes from docs.
This commit is contained in:
parent
7f19e37135
commit
9aeac29949
4 changed files with 6 additions and 6 deletions
|
@ -38,7 +38,7 @@ To use the ``search`` lookup, ``'django.contrib.postgres'`` must be in your
|
|||
``SearchVector``
|
||||
================
|
||||
|
||||
.. class:: SearchVector(\*expressions, config=None, weight=None)
|
||||
.. class:: SearchVector(*expressions, config=None, weight=None)
|
||||
|
||||
Searching against a single field is great but rather limiting. The ``Entry``
|
||||
instances we're searching belong to a ``Blog``, which has a ``tagline`` field.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue