1
0
mirror of https://github.com/django/django.git synced 2025-01-04 07:26:38 +00:00
django/django/conf
2009-04-11 06:17:57 +00:00
..
app_template Fixed #9963 - Added a trivial tests.py file to the files produced by "startapp". 2009-01-06 05:27:39 +00:00
locale Fixed #10778 -- Updated Russian translation from Andrew Fedorov. 2009-04-11 06:17:57 +00:00
project_template Reverted 10094 and 10095 (in favour of solution that will hopefully land for beta 2) 2009-03-23 23:02:46 +00:00
urls Fixed #6354 -- Fixed url in django/conf/urls/shortcut.py to work with non-integer primary keys (refs #2033) and made use of the URL file in the admin urls. 2008-01-28 05:36:44 +00:00
__init__.py Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's 'importlib back for inclusion in Django. Thanks for the patch-from-the-future, Brett! 2009-03-18 16:55:59 +00:00
global_settings.py Made default MIDDLEWARE_CLASSES same as in project_template. 2009-03-23 23:20:40 +00:00