summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
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
2014-04-03Cleaned up string detection for a deprecation warning by using six.string_types.Tim Graham
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
2014-03-22Fixed #22302 -- Updated Finnish locale formatsAntti Hirvonen
2014-03-21Removed deprecated TRANSACTIONS_MANAGED setting.Aymeric Augustin
2014-03-21Removed django.views.defaults.shortcut and django.conf.urls.shortcut per depr...Tim Graham
2014-03-21Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation timeline.Tim Graham
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2014-03-14Changed start of week for Australia to Sunday as requested in https://code.dj...Nathan Smith
2014-03-09Revert "Reordered INSTALLED_APPS in default template, refs #22005"Aymeric Augustin
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-06Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu
2014-03-01Fixed #15318 -- Added settings for language cookie max-age, path, domainSergey Kolosov
2014-02-19Fixed #19647 -- Added formats.py for Esperanto.Baptiste Darthenay
2014-02-11Reordered INSTALLED_APPS in default template, refs #22005Florian Apolloner
2014-02-08Fixed #21237 -- Added Australian English (en_AU) to locale confTom Fifield
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-20Fixes #21833 -- Fix UserSettingsHolder.is_overridden() and add tests.Carl Meyer
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
2013-12-31Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
2013-12-31Fixed #21714 -- Moved logging configuration to global setup()Claude Paroz
2013-12-31Removed an obsolete unicity check.Aymeric Augustin
2013-12-18Simplied some code in django.conf.__init__.Ondrej Sika
2013-11-27Change initial migration writing to work as docs suggest.Andrew Godwin
2013-11-26Use str.isupper() to test if a string is uppercased.Baptiste Mispelon