django1/django
Claude Paroz 432de54611 [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 42fef29446 from master.
2013-11-23 18:49:06 +01:00
..
bin Fixed #19252 -- Added support for wheel packages. 2013-05-01 13:46:06 +02:00
conf [1.6.x] Pulled Transifex translations for Django core 2013-11-05 20:02:25 +01:00
contrib [1.6.x] Fixed #21405 -- Prevented queryset overwrite in BaseModelAdmin 2013-11-21 22:24:00 +01:00
core [1.6.x] Fixed #21488 -- Multiple locales treatment in i18n commands. 2013-11-23 11:02:30 -03:00
db [1.6.x] Fixed #21432 -- DateTimeQuery now copies tzinfo when cloning. 2013-11-14 21:39:24 +01:00
dispatch [1.6.x] Fixed #21486 -- Prevented settings config in signal connection 2013-11-23 18:49:06 +01:00
forms [1.6.x] Fixed #21472 -- Fixed inline formsets display when parent pk is 0 2013-11-20 21:37:35 +01:00
http [1.6.x] Fixed #21282 -- Made HttpResponse.serialize_headers accept latin-1 2013-10-17 18:15:56 +02:00
middleware [1.6.x] Fixed bug causing CSRF token not to rotate on login. 2013-10-18 08:33:00 -04:00
shortcuts Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
template [1.6.x] Prevented arbitrary file inclusion with {% ssi %} tag and relative paths. 2013-09-10 21:03:51 -04:00
templatetags [1.6.x] Took advantage of django.utils.six.moves.urllib.*. 2013-09-10 21:29:31 +02:00
test [1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils. 2013-10-22 22:40:01 -03:00
utils [1.6.x] Fixed spelling ("dependant" -> "dependent") 2013-11-01 21:32:05 -04:00
views [1.6.x] Fixed #21443 -- Cannot show debug info on PY3's importlib 2013-11-22 20:37:09 +01:00
__init__.py [1.6.x] Bump version numbers for 1.6 release. 2013-11-06 07:54:49 -06:00