.. |
apps
|
Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache.
|
2023-06-30 08:27:15 +02:00 |
conf
|
Refs #34380 -- Changed the URLField default scheme to https and removed FORMS_URLFIELD_ASSUME_HTTPS per deprecation timeline.
|
2025-01-15 22:28:37 +01:00 |
contrib
|
Fixed #36055 -- Prevented overlap of object-tools buttons and page header in the admin.
|
2025-02-04 07:47:26 +00:00 |
core
|
Fixed #36119 -- Fixed UnicodeEncodeError when attaching a file with 8bit Content-Transfer-Encoding.
|
2025-01-31 11:54:12 +00:00 |
db
|
Fixed #36135 -- Fixed reverse GenericRelation prefetching.
|
2025-02-03 09:39:14 +00:00 |
dispatch
|
Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers are asynchronous.
|
2024-02-08 11:36:28 +01:00 |
forms
|
Refs #34380 -- Changed the URLField default scheme to https and removed FORMS_URLFIELD_ASSUME_HTTPS per deprecation timeline.
|
2025-01-15 22:28:37 +01:00 |
http
|
Fixed #35784 -- Added support for preserving the HTTP request method in HttpResponseRedirectBase.
|
2024-11-14 15:53:49 -03:00 |
middleware
|
Removed unneeded hyphens in "counterintuitive".
|
2024-07-04 08:30:19 +02:00 |
template
|
Fixed #35493 -- Allowed template self-inclusion with relative paths.
|
2024-12-06 10:44:10 +01:00 |
templatetags
|
Refs #34233 -- Used str.removeprefix()/removesuffix().
|
2023-01-18 19:11:18 +01:00 |
test
|
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
|
2025-01-20 14:07:28 +01:00 |
urls
|
Refs #35090 -- Removed support for django.urls.register_converter() overriding existing converters per deprecation timeline.
|
2025-01-15 22:28:37 +01:00 |
utils
|
Fixed #36013 -- Removed use of IDNA-2003 in django.utils.html.
|
2025-01-23 10:38:15 +01:00 |
views
|
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
|
2025-01-20 14:07:28 +01:00 |
__init__.py
|
Bumped version; main is now 6.0 pre-alpha.
|
2025-01-15 22:28:37 +01:00 |
__main__.py
|
Applied Black's 2024 stable style.
|
2024-01-26 12:45:07 +01:00 |
shortcuts.py
|
Fixed #35784 -- Added support for preserving the HTTP request method in HttpResponseRedirectBase.
|
2024-11-14 15:53:49 -03:00 |