| .. |
|
apps
|
Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() cache.
|
2023-06-30 08:27:15 +02:00 |
|
conf
|
Updated source translation catalogs.
|
2023-09-18 19:07:45 -03:00 |
|
contrib
|
Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows.
|
2023-11-01 06:10:30 +01:00 |
|
core
|
Fixed #34943 -- Made EmailValidator.__eq__() ignore domain_allowlist ordering.
|
2023-10-28 14:35:25 +02:00 |
|
db
|
Refs #34941 -- Skipped OperationTests.test_alter_field_change_nullable_to_decimal_database_default_not_null on Oracle.
|
2023-11-03 05:29:06 +01:00 |
|
dispatch
|
Fixed #32172 -- Adapted signals to allow async handlers.
|
2023-03-07 08:39:25 +01:00 |
|
forms
|
Fixed #34927 -- Fixed admin system check for inlines with foreign keys to proxy models.
|
2023-11-02 10:42:20 +01:00 |
|
http
|
Fixed #34709 -- Raised BadRequest for non-UTF-8 requests with the application/x-www-form-urlencoded content type.
|
2023-08-25 21:27:22 +02:00 |
|
middleware
|
Fixed #34515 -- Made LocaleMiddleware prefer language from paths when i18n patterns are used.
|
2023-05-02 06:04:18 +02:00 |
|
template
|
Fixed #10941 -- Added {% query_string %} template tag.
|
2023-10-26 09:57:21 +02:00 |
|
templatetags
|
Refs #34233 -- Used str.removeprefix()/removesuffix().
|
2023-01-18 19:11:18 +01:00 |
|
test
|
Fixed #32106 -- Preserved HTTP_HOST in test Client when following redirects.
|
2023-10-31 05:29:43 +01:00 |
|
urls
|
Refs #34691 -- Optimized system check for unmatched angle brackets in path().
|
2023-07-11 22:45:31 +02:00 |
|
utils
|
Fixed #34899 -- Added blank choice to forms' callable choices lazily.
|
2023-10-23 13:44:23 -03:00 |
|
views
|
Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async functions.
|
2023-07-10 11:43:36 +02:00 |
|
__init__.py
|
Bumped version; main is now 5.1 pre-alpha.
|
2023-09-18 22:12:40 +02:00 |
|
__main__.py
|
Fixed #24857 -- Added "python -m django" entry point.
|
2015-09-07 19:54:32 -04:00 |
|
shortcuts.py
|
Fixed #34714 -- Added aget_object_or_404()/aget_list_or_404() shortcuts.
|
2023-07-24 07:37:54 +02:00 |