From c92123cc1dceeb800b3b8900e2e530ed19d78863 Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Thu, 18 Feb 2016 22:37:11 -0500 Subject: Fixed #26226 -- Made related managers honor the queryset used for prefetching their results. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks Loïc for the suggested improvements and Tim for the review. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 2da4b6d6bb..e4a74abdf4 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -144,6 +144,9 @@ details on these changes. * The ``__search`` query lookup and the ``DatabaseOperations.fulltext_search_sql()`` method will be removed. +* The shim for supporting custom related manager classes without a + ``_apply_rel_filters()`` method will be removed. + .. _deprecation-removed-in-1.10: 1.10 -- cgit v1.3