summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
2015-04-01[1.8.x] Fetched updated core translations from TransifexClaude Paroz
2015-03-18[1.8.x] Updated translation catalogsClaude Paroz
2015-03-13[1.8.x] Fixed #24478 -- Added NUMBER_GROUPING value for IcelandicSævar Öfjörð Magnússon
2015-02-23[1.8.x] Added formats for the Azerbaijani locale.Emin Mastizada
2015-02-15[1.8.x] Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin
2015-02-12[1.8.x] Fixed #17716 -- Prevented include('...', app_name='...') without a na...Tim Graham
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-01-29[1.8.x] Fixed Persian locale FIRST_DAY_OF_WEEK & DECIMAL/THOUSAND_SEPARATORs.Reza Mohammadi
2015-01-28[1.8.x] Updated Azerbaijani language name.Emin Mastizada
2015-01-18[1.8.x] Added contrib.postgres translation catalogClaude Paroz
2015-01-17[1.8.x] Updated en translation catalogsClaude Paroz
2015-01-12Fixed #24124 -- Changed context_processors in the default settings.pyCollin Anderson
2015-01-10Fixed #23967 -- Added formats for GreekSerafeim Papastefanos
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-12-28Added initial support for loading template engines.Aymeric Augustin
2014-12-14Fixed timesince translations for KoreanJuneHyeon Bae
2014-12-05Fixed #23957 -- Started deprecation toward requiring session verification.Tim Graham
2014-11-25Fixed #23899 -- Added 'Generated by Django X.Y' to startproject template.Martin Blech
2014-11-17Normalized check that ALLOWED_INCLUDE_ROOTS is a tuple.Aymeric Augustin
2014-10-30Updated FIRST_DAY_OF_WEEK for Ukrainian to Monday.slollo
2014-09-30Updated translations from TransifexClaude Paroz
2014-09-28Fixed #23436 -- Made BASE_DIR absolute in settings template.Aymeric Augustin
2014-09-22Fixed #23532 -- Fixed Macedonian locale date formatsDejan Noveski
2014-09-17Fixed #23495 -- Stopped swallowing real settings import errorClaude Paroz
2014-09-13Fixed #23466 -- Removed seconds from all locale time output formats.Malte Beckmann
2014-09-13Fixed #23461 -- Added EMAIL_TIMEOUT settingJosé Padilla
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-09-10Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.Andi Albrecht
2014-09-10Fixed #23417 -- Completed locale formats for zh_CN, zh_Hans, zh_Hant and zh_TW.Malte Beckmann
2014-09-09Fixed #23368 -- Overhauled the Welsh formats.py file.Duncan Parkes
2014-09-05Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-09-02Fixed comments in en_GB and en_AU formats.py files.Duncan Parkes
2014-09-01Fixed #23371 -- Changed en_GB first day of the week to Monday.Duncan Parkes
2014-08-30Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz
2014-08-23Added new supported languagesClaude Paroz
2014-08-20Fetched translations from TransifexClaude Paroz
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-07-26Fixed #22887 -- Added comment for translators on unique_for_date error messageFederico Frenguelli
2014-07-14Fixed #23005 -- Allowed specifying special fallback languagesClaude Paroz
2014-07-02Removed ADMIN_FOR from global_settings.py.Tim Graham
2014-06-13Fixed #22477 -- Removed contrib middleware from the global settings defaults.mlavin
2014-06-10Fixed #22780 -- Checked that LOCALE_PATHS is really a tupleTim Schaffer
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-25Removed executeable bit from a few files.Florian Apolloner
2014-05-19Updated translation catalogsClaude Paroz
2014-05-18Added "/" divider for DATE(TIME)_INPUT_FORMATS for Dutch locale.SaeX
2014-04-12Also allowed a non-overridden setting to be deletedClaude Paroz
2014-04-05Fixed #21649 -- Added optional invalidation of sessions when user password ch...Tim Graham