This website requires JavaScript.
Explore
Help
Sign In
source
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2026-02-09 02:49:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3851601b2e080df34fb9227fe5d2fd43af604263
django
/
tests
/
expressions
History
VIZZARD-X
e083c62f51
Fixed
#36030
-- Fixed precision loss in division of Decimal literals on SQLite.
...
Thanks Bob Kline for the review.
2026-01-20 10:42:28 -05:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
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-2025-59681 -- Protected QuerySet.annotate(), alias(), aggregate(), and extra() against SQL injection in column aliases on MySQL/MariaDB.
2025-10-01 08:11:45 -04:00
tests.py
Fixed
#36030
-- Fixed precision loss in division of Decimal literals on SQLite.
2026-01-20 10:42:28 -05:00