From 42fef2944640659b95679381a9c8f02b3be884b1 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 23 Nov 2013 18:18:42 +0100 Subject: 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. --- docs/releases/1.6.1.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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). -- cgit v1.3