summaryrefslogtreecommitdiff
path: root/django/conf/__init__.py
AgeCommit message (Expand)Author
2026-06-10Fixed #37142 -- Moved django_file_prefixes() to django.utils.warnings.zhengkangyang
2026-06-04Fixed #37110 -- Fixed time zone validation when missing zone directory.jodizzle
2026-06-03Refs CVE-2026-6873 -- Defaulted SIGNED_COOKIE_LEGACY_SALT_FALLBACK transition...Jacob Walls
2026-05-13Fixed #37092, Refs #35870 -- Added missing deprecation warnings for USE_BLANK...Jacob Walls
2026-05-13Fixed #35514 -- Implemented dictionary-based MAILERS.Mike Edmunds
2026-05-08Refs #35514 -- Fixed settings deprecation warning helper.Mike Edmunds
2026-04-27Refs #35514 -- Added warn_about_external_use() deprecation utility.Mike Edmunds
2026-04-22Fixed #35870 -- Made blank choice label in forms more accessible.Annabelle Wiegart
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-01-15Refs #34380 -- Changed the URLField default scheme to https and removed FORMS...Sarah Boyce
2023-11-28Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.Mariusz Felisiak
2023-09-18Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Mariusz Felisiak
2023-09-11Fixed #34821 -- Prevented DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings f...Mariusz Felisiak
2023-08-18Fixed #34773 -- Fixed syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settin...Mariusz Felisiak
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-12Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda
2023-01-11Refs #26029 -- Added LazySettings._show_deprecation_warning() hook.Jarosław Wygoda
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 -- Reformatted code with Black.django-bot
2022-02-01Fixed #30360 -- Added support for secret key rotation.tschilling
2021-11-29Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret.Chris Jerdonek
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2021-05-18Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.Claude Paroz
2021-03-24Removed trailing whitespaces in error messages.Mariusz Felisiak
2021-03-24Fixed #29606 -- Added type check for ALLOWED_HOSTS setting.Adam Donaghy
2021-01-14Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2021-01-14Refs #28622 -- Removed settings.PASSWORD_RESET_TIMEOUT_DAYS per deprecation t...Mariusz Felisiak
2020-12-31Fixed #32304 -- Fixed prefixing STATIC_URL and MEDIA_URL by SCRIPT_NAME for a...Mariusz Felisiak
2020-08-04Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2020-07-29Fixed #29324 -- Made SECRET_KEY validation lazy (on first access).Florian Apolloner
2020-07-28Improved performance of STATIC_URL and MEDIA_URL setting access.Florian Apolloner
2019-09-25Fixed #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to r...Oleg Kainov
2019-09-20Fixed #28622 -- Allowed specifying password reset link expiration in seconds ...Hasan Ramezani
2019-09-10Refs #29817 -- Removed settings.FILE_CHARSET per deprecation timeline.Mariusz Felisiak
2019-03-05Fixed #30234 -- Disallowed non-upper settings in settings.configure().orlnub123
2019-01-17Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.Tim Graham
2019-01-11Moved django.db.migrations.writer.SettingsReference to django.conf.Tim Graham
2018-10-15Fixed #29817 -- Deprecated settings.FILE_CHARSET.Jon Dufresne
2018-10-15Refs #27829 -- Added warning for settings.DEFAULT_CONTENT_TYPE usage outside ...Jon Dufresne
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2018-05-26Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_...Tim Graham
2018-04-19Ref #23919 -- Replaced some os.path usage with pathlib.Path.Tom
2018-04-17Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_KEY is acc...Jon Dufresne
2017-09-13Removed unnecessary parens in various code.Mariusz Felisiak
2017-03-04Refs #27656 -- Updated remaining docstring verbs according to PEP 257.Anton Samarchyan