summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 3a9cbd195d..b5173af298 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -341,6 +341,15 @@ these changes.
* The private API ``django.db.close_connection`` will be removed.
+* Remove the backward compatible shims introduced to rename ``get_query_set``
+ and similar queryset methods. This affects the following classes:
+ ``BaseModelAdmin``, ``ChangeList``, ``BaseCommentNode``,
+ ``GenericForeignKey``, ``Manager``, ``SingleRelatedObjectDescriptor`` and
+ ``ReverseSingleRelatedObjectDescriptor``.
+
+* Remove the backward compatible shims introduced to rename the attributes
+ ``ChangeList.root_query_set`` and ``ChangeList.query_set``.
+
2.0
---