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:06:23 -0500
commit9e8bfc5c62a40826a136c02d91e276e129551e54 (patch)
tree6ec15d7aef03c33caa44893c4807c4c4104fb016 /docs
parent50830aa1d93a1a703a5c2c546f730c1afb3f4a0a (diff)
[1.9.x] Refs #24154 -- Added check_aggregate_support() to deprecation timeline.
Backport of 2b4bb78f7944adbf88f9bf3b868632707c79b5dd from master
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 28b25270d9..4950d48827 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -18,6 +18,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.