summaryrefslogtreecommitdiff
path: root/django/conf/project_template/settings.py
AgeCommit message (Expand)Author
2010-03-15Fixed #13045 - Add USE_L10N to the project skeleton settings.Jannis Leidel
2010-02-26Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...Russell Keith-Magee
2010-02-21Fixed #12675 - Add the admin app to the project template settings.py for cons...Jannis Leidel
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-14Fixed #6262 -- Added a cached template loader, and modified existing template...Russell Keith-Magee
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-26Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant
2009-03-23Reverted 10094 and 10095 (in favour of solution that will hopefully land for ...Luke Plant
2009-03-19Added CSRF middleware to default settings and updated docs.Luke Plant
2008-08-25Fixed #7317: the x-view middleware is no longer enabled by default.Jacob Kaplan-Moss
2008-01-28Fixed #6431 -- Fixed misspelling in projects template settings file, thanks D...Gary Wilson Jr
2007-09-13Fixed #5395 -- Changed URL of all language codes in project_template/settings...Adrian Holovaty
2007-08-19Changed the URL reference for timezone specifications. It looks like PostgreS...Malcolm Tredinnick
2007-07-14Fixed #4863 -- Removed comment references to a no-longer present link. PointedMalcolm Tredinnick
2007-06-26Added Oracle to the list of permitted DATABASE_ENGINE settings (and removedMalcolm Tredinnick
2007-06-01Fixed #4290 -- Added a warning about trailing slashes to the project settingsMalcolm Tredinnick
2007-03-08Fixed #2315 -- Clarified that the available PostgreSQL timezone options mayMalcolm Tredinnick
2007-02-27Fixed #3589: settings templates and default settings now mention psycopg2 ins...Jacob Kaplan-Moss
2007-02-12Fixed #2315 -- added work around for Windows timezone setting (i.e. we can't doMalcolm Tredinnick
2006-12-15Fixed #1977 -- Changed postgresql.org URL in global_settings.py and project_t...Adrian Holovaty
2006-08-18Added USE_I18N setting to default settings.py created for startproject commandAdrian Holovaty
2006-08-05Fixed #2485 -- Added comment to project_template/settings.py that says to use...Adrian Holovaty
2006-05-26Fixed #1998 -- Changed double quotes to single quotesAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-12-31Changed project_template/settings.py to add helpful comment about forward sla...Adrian Holovaty
2005-11-23Fixed #603 -- Added template debugging errors to pretty error-page output, if...Adrian Holovaty
2005-10-19Removed duplicate LANGUAGE_CODE from project_template/settings. Thanks, EspenGAdrian Holovaty
2005-10-19Added TIME_ZONE and LANGUAGE_CODE to stock settings file created by 'django-a...Adrian Holovaty
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty