<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/conf/__init__.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2026-04-28T00:58:06Z</updated>
<entry>
<title>Refs #35514 -- Added warn_about_external_use() deprecation utility.</title>
<updated>2026-04-28T00:58:06Z</updated>
<author>
<name>Mike Edmunds</name>
<email>medmunds@gmail.com</email>
</author>
<published>2026-04-25T19:57:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=32a3b4aa695e76ced1b2829b178e630b9ac62dce'/>
<id>urn:sha1:32a3b4aa695e76ced1b2829b178e630b9ac62dce</id>
<content type='text'>
Implemented a new `warn_about_external_use()` helper to conditionally
issue warnings depending on whether a deprecated feature is used from
within Django.

Fixed `LazySettings._show_deprecation_warning()` (Refs #26029) to work
correctly when called from anywhere in `LazySettings`. Previously, it
assumed a specific code path through `LazyObject.__getattribute__()` and
an `@property` getter on `LazySettings`.
</content>
</entry>
<entry>
<title>Fixed #35870 -- Made blank choice label in forms more accessible.</title>
<updated>2026-04-22T21:06:29Z</updated>
<author>
<name>Annabelle Wiegart</name>
<email>annabelle.wiegart@proton.me</email>
</author>
<published>2026-01-18T19:03:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=63c56cda133a85a158502891c40465bc0331d3d9'/>
<id>urn:sha1:63c56cda133a85a158502891c40465bc0331d3d9</id>
<content type='text'>
Added new constant django.db.models.fields.BLANK_CHOICE_LABEL for
an accessible and translatable blank choice label in forms.
Deprecated django.db.models.fields.BLANK_CHOICE_DASH constant.
Added the immediately deprecated transitional setting
USE_BLANK_CHOICE_DASH.

Co-Authored-By: Marijke Luttekes &lt;mail@marijkeluttekes.dev&gt;
</content>
</entry>
<entry>
<title>Refs #36500 -- Rewrapped long docstrings and block comments via a script.</title>
<updated>2025-07-23T23:17:55Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2025-07-23T03:41:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=69a93a88edb56ba47f624dac7a21aacc47ea474f'/>
<id>urn:sha1:69a93a88edb56ba47f624dac7a21aacc47ea474f</id>
<content type='text'>
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
</content>
</entry>
<entry>
<title>Refs #34380 -- Changed the URLField default scheme to https and removed FORMS_URLFIELD_ASSUME_HTTPS per deprecation timeline.</title>
<updated>2025-01-15T21:28:37Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-12-12T16:39:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9a3f86e96009c1137b286f6d579b9d812a0dee69'/>
<id>urn:sha1:9a3f86e96009c1137b286f6d579b9d812a0dee69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.</title>
<updated>2023-11-28T19:04:21Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-11-28T19:04:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a4931cd75a1780923b02e43475ba5447df3adb31'/>
<id>urn:sha1:a4931cd75a1780923b02e43475ba5447df3adb31</id>
<content type='text'>
This allows early adoption of the new default "https".</content>
</entry>
<entry>
<title>Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.</title>
<updated>2023-09-18T20:12:40Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-09-15T03:58:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f72f420f17c1bf6aea4022ecdb9b5f53a46597cc'/>
<id>urn:sha1:f72f420f17c1bf6aea4022ecdb9b5f53a46597cc</id>
<content type='text'>
This also removes django.core.files.storage.get_storage_class().

Per deprecation timeline.
</content>
</entry>
<entry>
<title>Fixed #34821 -- Prevented DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings from mutating the main STORAGES.</title>
<updated>2023-09-11T11:04:32Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-09-11T11:04:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a7c73b944f51d6c92ec876fd7e0a171e7c01657d'/>
<id>urn:sha1:a7c73b944f51d6c92ec876fd7e0a171e7c01657d</id>
<content type='text'>
Regression in 6b965c600054f970bdf94017ecf2e0e6e0a4326b.</content>
</entry>
<entry>
<title>Fixed #34773 -- Fixed syncing DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings with STORAGES.</title>
<updated>2023-08-18T16:11:24Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-08-18T16:11:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6b965c600054f970bdf94017ecf2e0e6e0a4326b'/>
<id>urn:sha1:6b965c600054f970bdf94017ecf2e0e6e0a4326b</id>
<content type='text'>
Thanks Petr Dlouhý for the report.

Bug in 32940d390a00a30a6409282d314d617667892841.</content>
</entry>
<entry>
<title>Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecation timeline.</title>
<updated>2023-01-17T10:49:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-12T11:47:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e01970e9d23a241473671ea26126f8440db4dead'/>
<id>urn:sha1:e01970e9d23a241473671ea26126f8440db4dead</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #32365 -- Removed support for pytz timezones per deprecation timeline.</title>
<updated>2023-01-17T10:49:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-01-09T08:03:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e6f82438d4e3750e8d299bfd79dac98eebe9f1e0'/>
<id>urn:sha1:e6f82438d4e3750e8d299bfd79dac98eebe9f1e0</id>
<content type='text'>
</content>
</entry>
</feed>
