django1/django/conf
Georg Bauer 0107d59571 fixed #2851: updated turkish language files
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3904 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-16 16:22:15 +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 #2851: updated turkish language files 2006-10-16 16:22:15 +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 Removed ENABLE_PSYCO setting. If you still need to use this, write custom middleware that activates psyco for you. 2006-09-28 02:31:05 +00:00