Added links to Solr and Haystack in docs.

This commit is contained in:
David 2022-03-10 14:17:47 +00:00 committed by Mariusz Felisiak
parent 51874dd160
commit 2ed6f20e7a
2 changed files with 6 additions and 4 deletions

View File

@ -1392,9 +1392,9 @@ templates used by the :class:`ModelAdmin` views:
This method may be overridden with your own custom search method. For This method may be overridden with your own custom search method. For
example, you might wish to search by an integer field, or use an external example, you might wish to search by an integer field, or use an external
tool such as Solr or Haystack. You must establish if the queryset changes tool such as `Solr`_ or `Haystack`_. You must establish if the queryset
implemented by your search method may introduce duplicates into the results, changes implemented by your search method may introduce duplicates into the
and return ``True`` in the second element of the return value. results, and return ``True`` in the second element of the return value.
For example, to search by ``name`` and ``age``, you could use:: For example, to search by ``name`` and ``age``, you could use::
@ -1435,6 +1435,9 @@ templates used by the :class:`ModelAdmin` views:
See the :ref:`spanning-multi-valued-relationships` topic for more See the :ref:`spanning-multi-valued-relationships` topic for more
discussion of this difference. discussion of this difference.
.. _Solr: https://solr.apache.org
.. _Haystack: https://haystacksearch.org
.. method:: ModelAdmin.save_related(request, form, formsets, change) .. method:: ModelAdmin.save_related(request, form, formsets, change)
The ``save_related`` method is given the ``HttpRequest``, the parent The ``save_related`` method is given the ``HttpRequest``, the parent

View File

@ -456,7 +456,6 @@ sitewide
sliceable sliceable
SMTP SMTP
solaris solaris
Solr
sortable sortable
Spectre Spectre
Springmeyer Springmeyer