summaryrefslogtreecommitdiff
path: root/django/conf
AgeCommit message (Expand)Author
2023-12-04[5.0.x] Updated translations from Transifex.Natalia
2023-11-28[5.0.x] Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.Mariusz Felisiak
2023-09-18[5.0.x] Updated source translation catalogs.Natalia
2023-09-11Fixed #34821 -- Prevented DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings f...Mariusz Felisiak
2023-08-28Refs #34784 -- Added fr_CA locale formats.Simon Charette
2023-08-28Fixed #34784 -- Adjusted SHORT_DATE_FORMAT in various French variants.Claude Paroz
2023-08-22Fixed #34788 -- Corrected NUMBER_GROUPING for Japanese.tell-k
2023-08-18Fixed #34773 -- Fixed syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settin...Mariusz Felisiak
2023-08-12Added Uyghur language.Azat
2023-04-19Added Irish locale formats.Michael J Walsh
2023-04-04Fixed Central Kurdish (Sorani) translations of date-related strings.Swara
2023-04-03Updated translations from Transifex.Mariusz Felisiak
2023-02-14Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann
2023-02-08Fixed #34313 -- Updated thousands separator for Spanish (ES) locale.Youngkwang Yang
2023-01-18Refs #34233 -- Used @functools.cache.Nick Pope
2023-01-17Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecatio...Mariusz Felisiak
2023-01-17Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #32379 -- Changed default USE_TZ to True.Mariusz Felisiak
2023-01-17Updated source translation catalogs.Mariusz Felisiak
2023-01-12Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda
2023-01-12Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda
2023-01-11Refs #26029 -- Added LazySettings._show_deprecation_warning() hook.Jarosław Wygoda
2022-12-20Updated translations from Transifex.Mariusz Felisiak
2022-12-13Made urls.py docstring consistent with other files in project template.Jarek Pacocha
2022-08-30Added Central Kurdish (Sorani) language.Swara
2022-08-03Updated translations from Transifex.Mariusz Felisiak
2022-05-17Updated source translation catalogs.Mariusz Felisiak
2022-04-28Fixed #33661 -- Corrected Catalan date-format localization.mpachas
2022-03-03Optimized lazy wrappers a bit.Collin Anderson
2022-02-16Fixed #28358 -- Prevented LazyObject from mimicking nonexistent attributes.Theo Alexiou
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-01Refs #33476 -- Used vertical hanging indentation for format lists with inline...Mariusz Felisiak
2022-02-01Fixed #30360 -- Added support for secret key rotation.tschilling
2022-01-29Updated translations from Transifex.Claude Paroz
2021-12-06Updated translations from Transifex.Mariusz Felisiak
2021-11-29Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret.Chris Jerdonek
2021-11-18Added Malay language.jhisham
2021-09-21Updated source translation catalogs.Mariusz Felisiak
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-22Fixed #32275 -- Added scrypt password hasher.ryowright
2021-06-28Updated translations from Transifex.Claude Paroz
2021-05-18Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.Claude Paroz
2021-04-30Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.Tim Graham
2021-04-10Fixed #31937 -- Eased translation of time strings in some languages.Claude Paroz
2021-04-06Updated translations from Transifex.Claude Paroz
2021-03-30Fixed #31840 -- Added support for Cross-Origin Opener Policy header.bankc