summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-11-23 18:18:42 +0100
committerClaude Paroz <claude@2xlibre.net>2013-11-23 18:49:06 +0100
commit432de546113942be60089a879371073ad09fb4fe (patch)
tree404c2a23cfc4f94c80ac46f8f9ea7a4d379c0082 /docs
parent8750296918072c97a51f6809d19828ce3f1b8d40 (diff)
[1.6.x] Fixed #21486 -- Prevented settings config in signal connection
This was particularly problematic in the chain get_wsgi_application -> db.connections import -> signal connection -> settings configuration. Thanks Jon Dufresne for the report. Backport of 42fef294464 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.1.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/1.6.1.txt b/docs/releases/1.6.1.txt
index 683b231c77..156378f928 100644
--- a/docs/releases/1.6.1.txt
+++ b/docs/releases/1.6.1.txt
@@ -35,3 +35,5 @@ Bug fixes
promised: Support of multiple locale names separated by commas. It's still
possible to specify multiplle locales in one run by suing the option
multiple times (#21488, #17181).
+* Fixed a regression that unnecessarily triggered settings configuration when
+ importing ``get_wsgi_application`` (#21486).