From 65adf90601d10f5fd4e89604d07b6629ac051165 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 5 Feb 2022 10:56:21 +0100 Subject: [PATCH] Remove obsolete comment backend docstring. xapian issue #364 is solved in xapian 1.3+. --- xapian_backend.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/xapian_backend.py b/xapian_backend.py index b0d3d7b..0b15ec7 100755 --- a/xapian_backend.py +++ b/xapian_backend.py @@ -148,13 +148,7 @@ class XapianSearchBackend(BaseSearchBackend): `SearchBackend` defines the Xapian search backend for use with the Haystack API for Django search. - It uses the Xapian Python bindings to interface with Xapian, and as - such is subject to this bug: when - Django is running with mod_python or mod_wsgi under Apache. - - Until this issue has been fixed by Xapian, it is neccessary to set - `WSGIApplicationGroup to %{GLOBAL}` when using mod_wsgi, or - `PythonInterpreter main_interpreter` when using mod_python. + It uses the Xapian Python bindings to interface with Xapian. In order to use this backend, `PATH` must be included in the `connection_options`. This should point to a location where you would your