summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
2016-08-01Pulled core Django translations from TransifexClaude Paroz
2016-07-24[1.10.x] Fixed #26945 -- Ensured that i18n_patterns returns a listAlex Hill
2016-06-29[1.10.x] Added Upper/Lower Sorbian translationsClaude Paroz
2016-06-29[1.10.x] Added Upper/Lower Sorbian languagesClaude Paroz
2016-06-15[1.10.x] Fixed broken links in docs and comments.Ville Skyttä
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
2015-09-23Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham
2015-09-23Refs #23276 -- Removed passing views as strings to url() per deprecation time...Tim Graham
2015-09-23Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.Tim Graham
2015-09-23Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham
2015-09-07Fixed #25356 -- Removed default_app_config from startapp template.Tim Graham
2015-09-05Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS.Joshua Kehn
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-08-31Refs #24121 -- Added repr() to LazySettings, Settings, and UserSettingsHolder.Keryn Knight
2015-08-08Updated Wikipedia links to use httpsClaude Paroz
2015-08-04Fixed #25211 -- Added HttpRequest.get_port() and USE_X_FORWARDED_PORT setting.Matt Robenolt
2015-08-03Fixed #25194 -- Fixed Korean YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT.Donggi Jung
2015-07-16Fixed #25120 -- Deprecated egg template loader.Tim Graham
2015-06-27Sorted imports in __init__.py files.Tim Graham
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-16Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni
2015-06-11Fixed #24950 -- Added unicode_literals to models.py in app templateMarkus Holtermann
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek