summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
2014-08-23[1.7.x] Added new supported languagesClaude Paroz
2014-08-20[1.7.x] Fetched translations from TransifexClaude Paroz
2014-07-26[1.7.x] Fixed #22887 -- Added comment for translators on unique_for_date erro...Federico Frenguelli
2014-06-20[1.7.x] Removed two unused translationsClaude Paroz
2014-06-13[1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings d...mlavin
2014-06-08[1.7.x] Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-05-25[1.7.x] Removed executeable bit from a few files.Florian Apolloner
2014-05-19[1.7.x] Updated translation catalogsClaude Paroz
2014-05-18[1.7.x] Added "/" divider for DATE(TIME)_INPUT_FORMATS for Dutch locale.SaeX
2014-04-12[1.7.x] Also allowed a non-overridden setting to be deletedClaude Paroz
2014-04-05[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user pas...Tim Graham
2014-03-22[1.7.x] Fixed #22302 -- Updated Finnish locale formatsAntti Hirvonen
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
2013-11-11Fixed #21388 -- Corrected language code for FrisianBouke Haarsma
2013-11-04Fixed #18149 -- Changed language codes for ChineseBouke Haarsma
2013-11-02Fixed all E261 warningscoagulant
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-11Fixed assorted flake8 errors.Tim Graham
2013-10-10Whitespace cleanup.Tim Graham
2013-09-22Removed a few trailing backslashes.Aymeric Augustin
2013-08-30Set 'bidi' Urdu property to TrueClaude Paroz
2013-08-23Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-22Fixed #20922 -- Allowed customizing the serializer used by contrib.sessionsTim Graham
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-12Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS settingMel Collins
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-09Fixed test failures on Python 3 - refs #12288Tim Graham
2013-08-09Fixed #12288 -- Added unique validation for INSTALLED_APPSSusanTan
2013-07-29Deprecated django.utils.importlibClaude Paroz