django1/django
Alexander Kerkum 2d20386b41 [4.1.x] Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and JSONBAgg().
Regression in e06dc4571e.

Backport of f88fc72da4 from main
2022-09-18 07:39:47 +02:00
..
apps Rewrote some references to "master". 2022-03-08 14:50:06 +01:00
conf [4.1.x] Updated translations from Transifex. 2022-08-03 08:02:48 +02:00
contrib [4.1.x] Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and JSONBAgg(). 2022-09-18 07:39:47 +02:00
core [4.1.x] Fixed #33800 -- Fixed system check for the same template tag module in installed apps and template tag libraries. 2022-06-23 20:24:24 +02:00
db [4.1.x] Fixed #33996 -- Fixed CheckConstraint validation on NULL values. 2022-09-13 14:06:46 +02:00
dispatch Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms [4.1.x] Fixed #33876, Refs #32229 -- Made management forms render with div.html template. 2022-08-02 10:31:04 +02:00
http [4.1.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. 2022-08-03 08:47:19 +02:00
middleware Refs #30426 -- Updated XFrameOptionsMiddleware docstring. 2022-04-29 21:17:27 +02:00
template [4.1.x] Fixed #33653 -- Fixed template crash when calling methods for built-in types without required arguments. 2022-05-20 08:41:16 +02:00
templatetags Refs #32365 -- Removed internal uses of utils.timezone.utc alias. 2022-03-24 06:29:50 +01:00
test [4.1.x] Fixed #33891 -- Fixed test command crash when running in parallel using spawn. 2022-08-04 09:17:30 +02:00
urls [4.1.x] Fixed #33955, Fixed #33971 -- Reverted "Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs." 2022-09-01 21:10:43 +02:00
utils [4.1.x] Fixed #23689 -- Made parsing HTTP Accept-Language header case-insensitive. 2022-06-20 08:41:17 +02:00
views Fixed #33611 -- Allowed View subclasses to define async method handlers. 2022-04-07 07:05:59 +02:00
__init__.py [4.1.x] Post-release version bump. 2022-09-05 05:46:37 +02: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