From 2b4bb78f7944adbf88f9bf3b868632707c79b5dd Mon Sep 17 00:00:00 2001
From: Tim Graham <timograham@gmail.com>
Date: Sat, 31 Dec 2016 14:02:44 -0500
Subject: [PATCH] Refs #24154 -- Added check_aggregate_support() to deprecation
 timeline.

---
 docs/internals/deprecation.txt | 3 +++
 1 file changed, 3 insertions(+)

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.