summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt
index 3ec3afcf3a..4cf8183d4b 100644
--- a/docs/releases/3.1.txt
+++ b/docs/releases/3.1.txt
@@ -526,6 +526,10 @@ backends.
* The ``allow_cascade`` argument of ``DatabaseOperations.sql_flush()`` is now a
keyword-only argument.
+* The ``using`` positional argument of
+ ``DatabaseOperations.execute_sql_flush()`` is removed. The method now uses
+ the database of the called instance.
+
Dropped support for MariaDB 10.1
--------------------------------