summaryrefslogtreecommitdiff
path: root/docs/releases/3.2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases/3.2.txt')
-rw-r--r--docs/releases/3.2.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt
index c765c4ed63..ca427c3bc5 100644
--- a/docs/releases/3.2.txt
+++ b/docs/releases/3.2.txt
@@ -477,6 +477,12 @@ backends.
``DatabaseOperations.time_trunc_sql()`` now take the optional ``tzname``
argument in order to truncate in a specific timezone.
+* ``DatabaseClient.runshell()`` now gets arguments and an optional dictionary
+ with environment variables to the underlying command-line client from
+ ``DatabaseClient.settings_to_cmd_args_env()`` method. Third-party database
+ backends must implement ``DatabaseClient.settings_to_cmd_args_env()`` or
+ override ``DatabaseClient.runshell()``.
+
:mod:`django.contrib.admin`
---------------------------