1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/django/conf
2011-02-16 12:50:57 +00:00
..
app_template Fixed #15154 -- removed doctests from the tests.py generated with createapp. 2011-01-26 03:22:16 +00:00
locale Fixed #13833 -- Corrected the Indonesian localization. Thanks to rodin for the report and patch. 2011-02-12 13:11:33 +00:00
project_template Fixed #14130 -- Made manage.py error reporting more useful when the settings.py file triggers import errors (in new projects). Thanks Setok for the report, mk and steph for their work. 2011-02-13 01:56:12 +00:00
urls Fixed #15314 -- Added tests for the static URL pattern function added in r15530 and made sure the **kwargs are passed to the view correctly. Thanks for the report and initial patch, Bruno Renié. 2011-02-16 12:50:57 +00:00
__init__.py Fixed #6218 -- Made MEDIA_URL and STATIC_URL require a trailing slash to ensure there is a consistent way to combine paths in templates. Thanks to Michael Toomim, Chris Heisel and Chris Beaven. 2011-01-02 01:33:11 +00:00
global_settings.py Fixed whitespace errors in settings modules. 2011-02-12 19:11:42 +00:00