Skip to content

Commit 07cfa63

Browse files
committed
Merge pull request django-haystack#882 from benspaulding/docs/issue-607
Remove bit about SearchQuerySet.load_all_queryset deprecation
2 parents 85f1b87 + 34384f3 commit 07cfa63

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)