summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
2017-01-17Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham
2017-01-17Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.Tim Graham
2016-12-29Fixed #27653 -- Added Ukrainian locale formats.Illia Volochii
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-12-23Fixed #27625 -- Made LazySettings cache attributes in __dict__.Adam Chainz
2016-12-23Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.Adam Chainz
2016-11-30Refs #16859 -- Allowed storing CSRF tokens in sessions.Raphael Michel
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-10-10Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddl...Denis Cornehl
2016-10-06Fixed #27244 -- Changed Greek's thousand separator from space to dot.kappataumu
2016-09-30Updated translations from TransifexClaude Paroz
2016-09-19Removed invalid year character from datetime format in Azerbaijani locale.Emin Mastizada
2016-09-12Fixed #27206 -- Corrected MONTH_DAY/DATE_FORMAT for et locale.Merike Sell
2016-09-09Normalized spelling of ETag.Tim Graham
2016-09-03Fixed #27171 -- Added unicode_literals and coding preamble to all files in st...Ivan
2016-08-10Fixed #26947 -- Added an option to enable the HSTS header preload directive.Ed Morley
2016-08-01Pulled core Django translations from TransifexClaude Paroz
2016-07-24Fixed #26945 -- Ensured that i18n_patterns returns a listAlex Hill
2016-06-29Added Upper/Lower Sorbian translationsClaude Paroz
2016-06-29Added Upper/Lower Sorbian languagesClaude Paroz
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-06-04Fixed #12666 -- Added EMAIL_USE_LOCALTIME setting.Anton I. Sipos
2016-05-17Updated translation catalogsClaude Paroz
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-12Fixed #21231 -- Enforced a max size for GET/POST values read into memory.Andre Cruz
2016-04-30Pulled translations from TransifexClaude Paroz
2016-04-23Fixed #26427 -- Ensured deleted setting doesn't appear in dir(settings)Claude Paroz
2016-04-13Refs #26484 -- Avoided masking useful exceptions in manage.py's ImportError.Tim Graham
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-03-29Raised a more helpful ImportError message in manage.py template.Ben Welsh
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2016-03-08Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns().Krzysztof Urbaniak
2016-02-22Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.Tim Graham
2016-02-04Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.Hugo Osvaldo Barrera
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2016-01-25Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
2016-01-20Corrected English name of nb language.Petter Reinholdtsen
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-31Updated translations from TransifexClaude Paroz
2015-12-12Fixed #25909 -- Added unicode_literals import to apps.py generated by startapp.Tim Graham
2015-12-12Fixed #25717 -- Corrected Slovak local nameClaude Paroz
2015-12-11Fixed #25918 -- Removed unused LOGOUT_URL setting.Tim Graham
2015-12-09Fixed #25711 -- Updated the project template's include() example.Tim Graham
2015-12-01Pulled core Django translations from TransifexClaude Paroz
2015-11-27Added Scottish Gaelic as new available languageClaude Paroz
2015-11-27Added Colombian Spanish as new available languageClaude Paroz
2015-10-09Updated translation catalogsClaude Paroz
2015-10-07Fixed #25525 -- Added instructions about importing include() in urls.pyBaptiste Mispelon
2015-09-23Removed deprecated TEMPLATE_* settings per deprecation timeline.Tim Graham
2015-09-23Refs #23957 -- Required session verification per deprecation timeline.Tim Graham