summaryrefslogtreecommitdiff
path: root/django/conf/global_settings.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.deAdrian Holovaty2006-08-121-0/+1
* fixed #2371: added tamil translationGeorg Bauer2006-07-211-0/+1
* fixed #2302: added arabic translation. thx Ahmad Alhashemi.Georg Bauer2006-07-101-1/+2
* Made django/utils/translation.py into a package django/utils/translation, whi...Adrian Holovaty2006-07-041-29/+31
* Added USE_I18N setting, which lets you turn off internationalization overhead...Adrian Holovaty2006-07-011-0/+4
* Merged multi-auth branch to trunk. See the authentication docs for the ramif...Jacob Kaplan-Moss2006-06-281-0/+6
* Fixed #2062 -- Added YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT settings, and add...Adrian Holovaty2006-06-021-0/+10
* Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates ...Adrian Holovaty2006-06-011-0/+1
* Fixed #1998 -- Changed double quotes to single quotesAdrian Holovaty2006-05-261-6/+6
* fixed #1915: new argentinean spanish (es_AR) translationGeorg Bauer2006-05-241-0/+1
* fixed #1831: added hungarian translationGeorg Bauer2006-05-161-0/+1
* fixed #1660: added support functions and tags for bidi language supportGeorg Bauer2006-05-161-0/+3
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-9/+11
* Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3Adrian Holovaty2006-04-111-0/+3
* fixed #1581 - added new hebrew translationGeorg Bauer2006-04-061-0/+1
* fixed #1587 - added new ukrainian translation.Georg Bauer2006-04-061-0/+1
* Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Than...Adrian Holovaty2006-03-221-0/+4
* fixed #1520 - added new greek translationGeorg Bauer2006-03-201-0/+1
* fixed #1521 - new slovenian translationGeorg Bauer2006-03-201-0/+1
* Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template s...Adrian Holovaty2006-02-091-0/+3
* Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek.Adrian Holovaty2006-02-031-0/+4
* Fixed #1271 -- Added a 'request' template context processor, which is not act...Adrian Holovaty2006-01-271-0/+1
* updated translation strings and added dutch to LANGUAGESGeorg Bauer2006-01-121-0/+1
* fixes #1129 - added new 'zh-tw' translationGeorg Bauer2005-12-281-0/+2
* Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify proce...Adrian Holovaty2005-12-241-0/+9
* Fixed #857 -- Changed default session cookie name from hotclub to sessionid. ...Adrian Holovaty2005-12-091-1/+1
* Fixed #603 -- Added template debugging errors to pretty error-page output, if...Adrian Holovaty2005-11-231-0/+1
* Added SESSION_SAVE_EVERY_REQUEST setting.Adrian Holovaty2005-11-201-0/+1
* added new danish translationGeorg Bauer2005-11-151-0/+1
* fixes #751, added new icelandic translation (thx Dagur), updated the serbian ...Georg Bauer2005-11-131-0/+1
* added swedish to the global settings LANGUAGESGeorg Bauer2005-11-131-0/+1
* Added INSTALLED_APPS to global_settings. It's an empty tuple by default.Adrian Holovaty2005-11-111-0/+3
* BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...Adrian Holovaty2005-11-111-3/+0
* fixes #762 - new bengali translation. Thx. b.ghoseGeorg Bauer2005-11-101-0/+1
* added ro and cy to the LANGUAGES settingGeorg Bauer2005-11-091-1/+3
* Added Slovak (sk) translation. Thanks, VladoAdrian Holovaty2005-11-071-0/+1
* Fixed #109 -- Created DATE_FORMAT, DATETIME_FORMAT and TIME_FORMAT settings.Adrian Holovaty2005-11-061-0/+12
* Reordered MEDIA_ROOT and MEDIA_URL in global_settings so they're not in the C...Adrian Holovaty2005-11-061-8/+8
* Renamed language no_NB to noAdrian Holovaty2005-11-041-1/+1
* Added Norwegian translation -- Thanks EspenAdrian Holovaty2005-11-041-0/+1
* Renamed 'Traditional Chinese' to 'Simplified Chinese' and updated po filesAdrian Holovaty2005-11-041-4/+3
* Merged i18n branch into the trunk! Fixes #65, and perhaps some others. NB: th...Jacob Kaplan-Moss2005-11-041-0/+19
* Changed global_settings.TEMPLATE_LOADERS to be same as default project_templa...Adrian Holovaty2005-10-251-1/+1
* Changed global_settings.ADMIN_FOR from [] to ()Adrian Holovaty2005-10-171-1/+1
* Fixed #583 -- Added app_directories template loader, which searches for templ...Adrian Holovaty2005-10-171-0/+1
* Fixed #225 -- Added first stab at MS SQL Server support (via ADO). Thanks to ...Adrian Holovaty2005-10-151-6/+6
* Fixed #582 -- Added support for loading templates from Python eggs, and a TEM...Adrian Holovaty2005-10-141-0/+8
* Fixed #618 -- Added DATABASE_PORT setting. Thanks, EsajAdrian Holovaty2005-10-141-1/+2
* Added CACHE_MIDDLEWARE_KEY_PREFIX to global_settingsAdrian Holovaty2005-10-091-0/+3
* Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_T...Adrian Holovaty2005-10-061-3/+5