1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/django
Simon Charette cb13792938
Fixed #34437 -- Made values() resolving error mention selected annotations.
While the add_fields() call from set_values() does trigger validation it
does so after annotations are masked resulting in them being excluded
from the choices of valid options surfaced through a FieldError.
2023-03-25 20:22:45 +01:00
..
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 Refs #34316 -- Fixed layout of admin password change forms and help texts for RTL languages. 2023-03-24 20:47:34 +01:00
core Fixed some typos in comments, docstrings, and tests. 2023-03-20 08:07:23 +01:00
db Fixed #34437 -- Made values() resolving error mention selected annotations. 2023-03-25 20:22:45 +01:00
dispatch Fixed #32172 -- Adapted signals to allow async handlers. 2023-03-07 08:39:25 +01:00
forms Fixed #34077 -- Added form field rendering. 2023-03-24 10:16:30 +01:00
http Fixed #34405 -- Fixed setting Content-Type header in FileResponse for compress and brotli. 2023-03-14 05:45:30 +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 #32172 -- Adapted signals to allow async handlers. 2023-03-07 08:39:25 +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 Refs #31949 -- Enabled @sensitive_variables to work with async functions. 2023-03-22 10:21:04 +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