summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-12-31 14:11:52 -0500
committerTim Graham <timograham@gmail.com>2017-01-17 14:09:28 -0500
commita3bd8672d87466649e5f5b0fa27634d1800a29a7 (patch)
tree4d7cb0553c275950cbc4b23af40ee0f72de01c8c /docs
parent03087f80d14969ebfc7b81f54096941c60c9b52b (diff)
Refs #24154 -- Removed deprecated BaseDatabaseOperations.check_aggregate_support().
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/2.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index ebd8089015..462e86ad3f 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -236,3 +236,6 @@ these features.
* The ``weak`` argument to ``django.dispatch.signals.Signal.disconnect()`` is
removed.
+
+* ``django.db.backends.base.BaseDatabaseOperations.check_aggregate_support()``
+ is removed.