summaryrefslogtreecommitdiff
path: root/django/conf/global_settings.py
AgeCommit message (Expand)Author
2008-09-02Cleaned up a bunch of minor doc stuff:Jacob Kaplan-Moss
2008-08-27Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi...Jacob Kaplan-Moss
2008-08-25Fixed #7317: the x-view middleware is no longer enabled by default.Jacob Kaplan-Moss
2008-08-08File storage refactoring, adding far more flexibility to Django's file handli...Jacob Kaplan-Moss
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ...Luke Plant
2008-07-21Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (orMalcolm Tredinnick
2008-07-01Fixed #2070: refactored Django's file upload capabilities.Jacob Kaplan-Moss
2008-06-18Fixed #7458: added Lithuanian to LANGUAGES.Jacob Kaplan-Moss
2008-06-18Added Estonian to global_settings.LANGUAGES. Refs #7141.Jacob Kaplan-Moss
2008-06-12Negligible comment typo fixesAdrian Holovaty
2008-06-07Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit Up...Jacob Kaplan-Moss
2008-05-16Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. twillLuke Plant
2008-04-05Fixed #6910 -- Updated Brazilian Portugese translation from Guilherme M. GondimMalcolm Tredinnick
2008-03-26Removed the ado_mssql database backend.Malcolm Tredinnick
2008-03-25Edited some docs changes from the past few daysAdrian Holovaty
2008-03-20Fixed #5507 -- Use a more portable way to get at the system's tmpdir (fixes aMalcolm Tredinnick
2008-02-29Fixed #5603 -- Allow customization of the language cookie name. Thanks, moe.Malcolm Tredinnick
2008-02-19Changed the name of the "ga" locale to "Irish" in the settings file.Malcolm Tredinnick
2008-02-19Fixed #6617 -- Added new Georgian (ka) translation from David Avsajanishvili.Malcolm Tredinnick
2008-02-15Fixed #6607 -- Added a new Basque (eu) translation. Thanks ibonso@gmail.com.Malcolm Tredinnick
2008-02-06Fixed #6409 -- Unbreak compound locale name parsing (e.g. zh-cn).Malcolm Tredinnick
2007-12-02Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem".Malcolm Tredinnick
2007-12-01Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE Ian Kelly
2007-11-19Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and re...Gary Wilson Jr
2007-10-21Changed the location of language codes to match the project settings file fro...Malcolm Tredinnick
2007-10-20Fixed #4724 -- Added support for configurable session cookie paths. Helps withMalcolm Tredinnick
2007-09-15Fixed #2066: session data can now be stored in the cache or on the filesystem...Jacob Kaplan-Moss
2007-09-15Fixed #5456 -- Added a new Irish translation. Thanks, Michael Thornhill.Malcolm Tredinnick
2007-09-13Fixed #5279 -- Added Khmer translation. Thanks, Sengtha Chay!Malcolm Tredinnick
2007-08-19Changed the URL reference for timezone specifications. It looks like PostgreS...Malcolm Tredinnick
2007-08-13Fixed #5141 -- Added Croation translation. Thanks, Aljosa Mohorovic.Malcolm Tredinnick
2007-08-11Fixed #4624 -- Added Persian ('fa') to the list of right-to-left languages.Malcolm Tredinnick
2007-07-14Fixed #4863 -- Removed comment references to a no-longer present link. PointedMalcolm Tredinnick
2007-07-05Added CACHE_MIDDLEWARE_SECONDS to global settings and documentation (it'sMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-24Fixed #4624 -- Added new Persian (fa) translation. Thanks, Reza Mohammadi.Malcolm Tredinnick
2007-06-10Fixed #4517 -- Made sure that URL_VALIDATOR_USER_AGENT includes the up-to-dateMalcolm Tredinnick
2007-05-29Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensureMalcolm Tredinnick
2007-05-29Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, ...Russell Keith-Magee
2007-05-14Fixed #4283 -- Added Bulgarian translation. Thanks Jordan Dimov.Malcolm Tredinnick
2007-05-03Fixed #2897 -- Added support for TLS connections to email handling. This meansMalcolm Tredinnick
2007-04-25Fixed #3185 -- Made values for login, logout and post-login redirect URLsMalcolm Tredinnick
2007-04-09Fixed #3943 -- Added Korean translation. Thanks, Hyun Mi Ae.Malcolm Tredinnick
2007-03-20Fixed #3745 -- Added Portugese (pt) translation. Thanks Nuno Mariz.Malcolm Tredinnick
2007-03-09Fixed #3673 -- Added new Telugu (te) localisation. Thanks, pavithran s.Malcolm Tredinnick
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2007-02-27Fixed #3589: settings templates and default settings now mention psycopg2 ins...Jacob Kaplan-Moss
2007-02-26Fixed #3251 -- Added Kannada (kn) translations. Thanks to the volunteers fromMalcolm Tredinnick
2007-02-15Fixed #3329 -- Added Catalan (ca) translation. Thanks Marc Fargas.Malcolm Tredinnick
2007-02-14Fixed #3093 -- Added Macedonian translation from Georgi StanojevskiMalcolm Tredinnick