summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2016-02-18 22:37:11 -0500
committerSimon Charette <charette.s@gmail.com>2016-03-02 16:10:18 -0500
commitc92123cc1dceeb800b3b8900e2e530ed19d78863 (patch)
treefc1e57d990a7632e49a57beefabdaabb740df7eb /docs/internals
parent5d240b070d744f9a2f4cc3117306ea861d866019 (diff)
Fixed #26226 -- Made related managers honor the queryset used for prefetching their results.
Thanks Loïc for the suggested improvements and Tim for the review.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
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