django1/django/conf
Aymeric Augustin e5999ce234 Fixed #17440 -- Used a more natural default date format in the Italian locale. Thanks rm_ and tekNico.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17292 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-30 12:41:24 +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 #17440 -- Used a more natural default date format in the Italian locale. Thanks rm_ and tekNico. 2011-12-30 12:41:24 +00:00
project_template Fixed #17042 -- Extended startproject and startapp management commands to better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing. 2011-12-22 22:38:02 +00:00
urls Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00
__init__.py Fixed #16247 -- Removed wildcard expansion of application names in INSTALLED_APPS. 2011-11-27 20:13:37 +00:00
global_settings.py Renovated password hashing. Many thanks to Justine Tunney for help with the initial patch. 2011-12-23 03:46:06 +00:00