summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-31 14:02:44 -0500
committerTim Graham <timograham@gmail.com>2016-12-31 14:02:44 -0500
commit2b4bb78f7944adbf88f9bf3b868632707c79b5dd (patch)
treef2e5788c85f476121108fc34eb1926f9c9c75320 /docs
parent432b25ace0e4d2953092b81f018860eaf0bb89ee (diff)
Refs #24154 -- Added check_aggregate_support() to deprecation timeline.
Diffstat (limited to 'docs')
-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 1cd381f8f9..42db85127f 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -65,6 +65,9 @@ details on these changes.
* The ``weak`` argument to ``django.dispatch.signals.Signal.disconnect()`` will
be removed.
+* ``django.db.backends.base.BaseDatabaseOperations.check_aggregate_support()``
+ will be removed.
+
* The ``django.forms.extras`` package will be removed.
* The ``assignment_tag`` helper will be removed.