| .. |
|
apps
|
Refs #34233 -- Used @functools.cache.
|
2023-01-18 19:23:18 +01:00 |
|
conf
|
Updated translations from Transifex.
|
2023-04-03 08:40:06 +02:00 |
|
contrib
|
Updated translations from Transifex.
|
2023-04-03 08:40:06 +02:00 |
|
core
|
Fixed some typos in comments, docstrings, and tests.
|
2023-03-20 08:07:23 +01:00 |
|
db
|
Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() from hiding clause-less exceptions.
|
2023-04-03 05:54:34 +02: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 #34427 -- Improved error message when context processor does not return a dict.
|
2023-03-29 08:54:04 +02: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
|
Fixed #34445 -- Fixed string-casting of non-string lazy objects.
|
2023-03-30 11:42:10 +02:00 |
|
views
|
Reverted "Refs #31949 -- Enabled @sensitive_variables to work with async functions."
|
2023-03-30 10:22:23 +02:00 |
|
__init__.py
|
Bumped version; master is now 5.0 pre-alpha.
|
2023-01-17 11:49:15 +01:00 |
|
__main__.py
|
Fixed #24857 -- Added "python -m django" entry point.
|
2015-09-07 19:54:32 -04:00 |
|
shortcuts.py
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |