.. |
apps
|
Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache.
|
2023-06-30 08:27:15 +02:00 |
conf
|
Updated translations from Transifex.
|
2024-10-07 17:37:36 -03:00 |
contrib
|
Fixed #36002 -- Referred to request.Meta key in Persistent/RemoteUserMiddleware comments.
|
2024-12-18 10:07:30 +01:00 |
core
|
Fixed #36007 -- Removed dead code from URLValidator.
|
2024-12-13 16:10:34 +01:00 |
db
|
Fixed #35969 -- Disallowed specifying a USING clause for altered generated field.
|
2024-12-17 11:27:25 +01: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 #32819 -- Added aria-describedby property to BoundField.
|
2024-12-17 12:04:44 +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
|
|
|
test
|
Fixed #35849 -- Made ParallelTestSuite report correct error location.
|
2024-11-06 17:14:41 +01:00 |
urls
|
Fixed #25582 -- Added support for query and fragment to django.urls.reverse().
|
2024-12-11 16:40:28 -03:00 |
utils
|
Fixed #36012 -- Made mailto punctuation percent-encoded in Urlizer.
|
2024-12-17 10:18:48 +01:00 |
views
|
Fixed #35795 -- Added role="button" to links acting as buttons for screen readers.
|
2024-10-17 14:23:24 +02:00 |
__init__.py
|
Bumped version; main is now 5.2 pre-alpha.
|
2024-05-22 15:44:07 -03: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 |