django/django
Aymeric Augustin 3326a412cc Deprecated importing a model before loading its application.
Refs #21719, #21680.
2014-01-10 23:43:10 +01:00
..
apps Fixed #21718 -- Renamed has_app to is_installed. 2014-01-06 22:48:41 +01:00
bin
conf Fixed #21581 -- Fixed a number of issues with collectstatic. 2013-12-31 14:58:49 -05:00
contrib Fix wording of auth superuser post-migrate handler 2014-01-08 13:06:53 +00:00
core Avoided catching ImproperlyConfigured on django.setup(). 2014-01-06 23:01:29 +01:00
db Deprecated importing a model before loading its application. 2014-01-10 23:43:10 +01:00
dispatch
forms Fixed docstring typo in django/forms/forms.py. 2014-01-10 08:33:30 -05:00
http
middleware Fixed #21473 -- Limited language preservation to logout 2013-12-12 10:24:43 +01:00
template
templatetags
test Fixed #12571 -- Attached originating WSGIRequest to test client responses. 2014-01-09 18:50:03 -05:00
utils Fixed #21714 -- Moved logging configuration to global setup() 2013-12-31 18:35:00 +01:00
views Fixed typo in docstrings of MonthArchiveViews. 2014-01-10 08:25:22 -05:00
__init__.py Fixed #21714 -- Moved logging configuration to global setup() 2013-12-31 18:35:00 +01:00
shortcuts.py