Skip to content

Commit 34384f3

Browse files
committed
Remove bit about SearchQuerySet.load_all_queryset deprecation
That method was entirely removed in commit b8048dc. Closes django-haystack#607. Thanks to @bradleyayers for the report.
1 parent 2324f8a commit 34384f3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

docs/searchqueryset_api.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -483,15 +483,6 @@ Example::
483483

484484
SearchQuerySet().filter(content='foo').load_all()
485485

486-
``load_all_queryset``
487-
~~~~~~~~~~~~~~~~~~~~~
488-
489-
.. method:: SearchQuerySet.load_all_queryset(self, model_class, queryset)
490-
491-
Deprecated for removal before Haystack 1.0-final.
492-
493-
Please see the docs on ``RelatedSearchQuerySet``.
494-
495486
``auto_query``
496487
~~~~~~~~~~~~~~
497488

0 commit comments

Comments
 (0)