summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
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
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-13Fixed #20582 -- Allowed default Form.label_suffix to be translatedClaude Paroz
2013-07-11Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backendClaude Paroz
2013-07-08Completed some more name_local namesClaude Paroz
2013-07-08Fixed #20716 --Missing 'name_local' translationMathias Andre
2013-07-02Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-01Deprecated django.utils.dictconfig.Aymeric Augustin
2013-07-01Removed some conditional code only needed under Python 2.6.Aymeric Augustin
2013-06-29Report wrongly-typed settings and abort, as originally planned.Ramiro Morales
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-28Stop auto-correcting string INSTALLED_APPS, TEMPLATE_DIRS settings, as per de...Ramiro Morales
2013-06-19Fix test running with new apps stuff/migrate actually running migrationsAndrew Godwin
2013-05-27Merge pull request #1217 from erikr/better-settings-errors2Claude Paroz
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-25Fixed #20443 -- Import errors in settings cause confusing error messagesErik Romijn
2013-05-25Updated translation catalogsClaude Paroz
2013-05-19Make Urdu (ur) recognized as RTL language. Refs #20454Axel Hecht
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-02Updated translation templates and removed en translationsClaude Paroz
2013-04-05Removed LocaleMiddleware from settings template.Aymeric Augustin
2013-03-29Fixed #14540 -- Added Porto-Rico specific formatsClaude Paroz