django1/django/conf
Adrian Holovaty 53348672c9 Added USE_I18N setting to default settings.py created for startproject command
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3607 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-18 03:42:28 +00:00
..
app_template MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
locale fixed #2542: updated 'ru' translation 2006-08-14 15:18:21 +00:00
project_template Added USE_I18N setting to default settings.py created for startproject command 2006-08-18 03:42:28 +00:00
urls Fixed #2370 -- It's now possible to pass default URLconf arguments to include(). Added docs, as well. Thanks for the patch, martin.glueck@gmail.com 2006-08-01 02:57:08 +00:00
__init__.py Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors. 2006-07-21 17:11:13 +00:00
global_settings.py Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.de 2006-08-12 06:02:28 +00:00