This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
db_functions
History
Mariusz Felisiak
a9010fe555
[3.2.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) against SQL injection.
...
Thanks Takuto Yoshikai (Aeye Security Lab) for the report.
2022-07-04 08:41:33 +02:00
..
comparison
[3.2.x]
Fixed
#32392
-- Fixed ExclusionConstraint crash with Cast() in expressions.
2021-01-29 11:26:51 +01:00
datetime
[3.2.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) against SQL injection.
2022-07-04 08:41:33 +02:00
math
Fixed
#32060
-- Added Random database function.
2020-10-02 06:58:03 +02:00
migrations
…
text
Fixed
#32178
-- Allowed database backends to skip tests and mark expected failures.
2020-12-10 18:00:57 +01:00
window
Reorganized window db function tests.
2018-08-16 09:32:42 -04:00
__init__.py
…
models.py
Removed unused __str__() methods in tests models.
2020-04-30 09:13:23 +02:00
tests.py
…