This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-11-19 11:15:44 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
a9fe98d5bd
django
/
tests
/
expressions
History
Download ZIP
Download TAR.GZ
Jacob Walls
fd569dd45b
Some checks are pending
Linters / flake8 (push)
Waiting to run
Details
Linters / isort (push)
Waiting to run
Details
Linters / black (push)
Waiting to run
Details
Tests / Windows, SQLite, Python 3.13 (push)
Waiting to run
Details
Tests / JavaScript tests (push)
Waiting to run
Details
Fixed
#36210
, Refs
#36181
-- Allowed Subquery usage in further lookups against composite pks.
...
Follow-up to
8561100425
. Co-authored-by: Simon Charette <charette.s@gmail.com>
2025-08-07 14:28:44 +02:00
..
__init__.py
models.py
Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection attacks against JSON fields.
2024-08-06 08:50:08 +02:00
test_queryset_values.py
Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection attacks against JSON fields.
2024-08-06 08:50:08 +02:00
tests.py
Fixed
#36210
, Refs
#36181
-- Allowed Subquery usage in further lookups against composite pks.
2025-08-07 14:28:44 +02:00