summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-12-28 18:10:12 +0100
committerClaude Paroz <claude@2xlibre.net>2014-12-29 19:02:45 +0100
commit1d24f073e65113c8c6d974db0504ef7d083809f7 (patch)
treedae0eb0284deedc859b63ffb4f64d14ae2df4da2 /docs
parentbae404dea30e8bb0843db94a45d011d637ff2869 (diff)
Fixed #21255 -- Closed connections after management command ran
Thanks kabakov.as@gmail.com for the report, and Aymeric Augustin, Simon Charette for the reviews.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 7379e1da8f..507aed6584 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -352,6 +352,9 @@ Logging
Management Commands
^^^^^^^^^^^^^^^^^^^
+* Database connections are now always closed after a management command called
+ from the command line has finished doing its job.
+
* :djadmin:`dumpdata` now has the option :djadminopt:`--output` which allows
specifying the file to which the serialized data is written.