1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/django
2014-01-05 20:52:53 +01:00
..
apps Fixed #21711 -- Enforced unicity of model names. 2014-01-05 20:52:53 +01:00
bin
conf Fixed #21581 -- Fixed a number of issues with collectstatic. 2013-12-31 14:58:49 -05:00
contrib Fixed selenium failure. 2014-01-03 11:29:37 +01:00
core Moved django.setup() to ManagementUtility 2014-01-02 20:47:40 +01:00
db Fixed #21711 -- Enforced unicity of model names. 2014-01-05 20:52:53 +01:00
dispatch Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
forms Refs #17413 -- Added isinstance backward compatibility on ErrorList. 2013-12-18 08:59:53 -05:00
http Fixed E127 pep8 warnings. 2013-12-14 11:59:15 -05:00
middleware Fixed #21473 -- Limited language preservation to logout 2013-12-12 10:24:43 +01:00
template Don't try to load app directory templates from apps with a path (eg eggs) 2013-12-27 11:42:24 +01:00
templatetags
test Wiped get_commands() cache when INSTALLED_APPS changes. 2014-01-01 18:11:09 +01:00
utils Fixed #21714 -- Moved logging configuration to global setup() 2013-12-31 18:35:00 +01:00
views Used app_label instead of appname. 2013-12-28 09:53:02 +01:00
__init__.py Fixed #21714 -- Moved logging configuration to global setup() 2013-12-31 18:35:00 +01:00
shortcuts.py