summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
AgeCommit message (Expand)Author
2010-08-09[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflictsarchive/soc2010/query-refactorAlex Gaynor
2010-06-07[soc2010/query-refactor] Merged up to trunk r13328.Alex Gaynor
2010-05-10Refs #12288 -- Clarified that application names must be unique. Thanks to Pio...Russell Keith-Magee
2010-05-09Fixed #11933 -- Corrected the naming of the cached_db session backend. Thanks...Russell Keith-Magee
2010-05-09Fixed #13497 -- Corrected various typos and markup problems in docs. Thanks t...Russell Keith-Magee
2010-03-25Fixed #13200 -- Updated the DB session backend to make full use of routers, d...Russell Keith-Magee
2010-03-11Fixed #13072: Corrected a few markup and formatting errors in the documentation.James Bennett
2010-03-06Fixed #13036: Corrected a typo in the documentation for the TEMPLATE_LOADERS ...James Bennett
2010-02-26Fixed #12968 - Added missing versionadded/-changed doc markers for r12466. Th...Jannis Leidel
2010-02-26Fixed #12967 - Added missing versionadded/-changed doc markers for r11964. Th...Jannis Leidel
2010-02-26Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...Russell Keith-Magee
2010-02-24Fixed #11933 -- Added versionchanged marker for the cache_db session backend....Russell Keith-Magee
2010-02-21Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...Jannis Leidel
2010-02-21Fixed #12877 - Typo in settings docs. Thanks Timo.Jannis Leidel
2010-02-16Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro ...Jannis Leidel
2010-01-25Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read slave...Russell Keith-Magee
2010-01-22Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee
2010-01-18Fixed #12638 -- Minor documentation cleanups around the new class-based test ...Russell Keith-Magee
2009-12-28Corrected bad example for DATABASES settingLuke Plant
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes #12219,...Gary Wilson Jr
2009-12-26Fixed #9465 -- Simplified API Reference documentation titles for easier looku...Gary Wilson Jr
2009-12-22Fixed #7980 - Improved i18n framework to support locale aware formatting (dat...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-11-04Corrected the default value of the EMAIL_BACKEND in the settings docs. This t...Russell Keith-Magee
2009-11-04Corrected the default value of the EMAIL_BACKEND in the settings docs. Thanks...Russell Keith-Magee
2009-11-03Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee
2009-10-27Added 'version added' info to CSRF_* settings.Luke 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-06-18Fixed #11312 -- Fixed the default value given for DEFAULT_FILE_STORAGE in the...Russell Keith-Magee
2009-05-26Fixed #11070 -- Removed JING_PATH setting, which was no longer used. Thanks f...Adrian Holovaty
2009-03-23Made default MIDDLEWARE_CLASSES same as in project_template.Luke Plant
2009-03-23Reverted 10094 and 10095 (in favour of solution that will hopefully land for ...Luke Plant
2009-03-19Updated all refs to default middleware in docs.Luke Plant
2008-11-15Fixed #9477 -- Removed and edited a bunch of references to "developmentMalcolm Tredinnick
2008-10-06Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONEMalcolm Tredinnick
2008-09-22Fixed #8371: Added a note warning Windows users about the use of forward slas...Russell Keith-Magee
2008-09-17Fixed some misordered markup for the ROOT_URLCONF setting in the docs.Malcolm Tredinnick
2008-09-07Fixed #8580 -- Hyperlinked some module names in settings.txt. Thanks, msaelicesAdrian Holovaty
2008-09-02Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/v...Jacob Kaplan-Moss
2008-08-27Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi...Jacob Kaplan-Moss
2008-08-27Fixed #8544 -- Some more documentation markup fixes from Thejawsi Puthraya.Malcolm Tredinnick
2008-08-27Fixed #8526 -- Corrected the default value for the SESSION_FILE_PATH document...Malcolm Tredinnick
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss