.. |
apps
|
Refs #34233 -- Used @functools.cache.
|
2023-01-18 19:23:18 +01:00 |
conf
|
Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
|
2023-02-14 08:18:40 +01:00 |
contrib
|
Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint and subclasses.
|
2023-02-23 10:58:20 +01:00 |
core
|
Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
|
2023-02-14 08:18:40 +01:00 |
db
|
Fixed #34368 -- Made subquery raise NotSupportedError when referencing outer window expression.
|
2023-02-27 07:18:58 +01:00 |
dispatch
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
forms
|
Fixed #34349 -- Fixed FormSet.empty_form crash when deleting extra forms is disabled.
|
2023-02-20 09:04:29 +01:00 |
http
|
Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
|
2023-02-14 08:18:40 +01:00 |
middleware
|
Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecation timeline.
|
2023-01-17 11:49:15 +01:00 |
template
|
Fixed #34363 -- Fixed floatformat crash on zero with trailing zeros.
|
2023-02-22 20:46:16 +01:00 |
templatetags
|
Refs #34233 -- Used str.removeprefix()/removesuffix().
|
2023-01-18 19:11:18 +01:00 |
test
|
Fixed #34342, Refs #33735 -- Fixed test client handling of async streaming responses.
|
2023-02-17 10:48:04 +01:00 |
urls
|
Refs #34233 -- Used @functools.cache.
|
2023-01-18 19:23:18 +01:00 |
utils
|
Refs #33476 -- Applied Black's 2023 stable style.
|
2023-02-01 11:04:38 +01:00 |
views
|
Fixed #34343 -- Moved built-in templates to filesystem.
|
2023-02-17 09:50:50 +01:00 |
__init__.py
|
Bumped version; master is now 5.0 pre-alpha.
|
2023-01-17 11:49:15 +01:00 |
__main__.py
|
…
|
|
shortcuts.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |