This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-27 23:56:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
04d8ed3660c6375c75e106ac73b3faf3d11f11e8
django
/
tests
/
delete_regress
History
Mariusz Felisiak
7ad7034054
[3.2.x] Refs
#32682
-- Fixed QuerySet.delete() crash on querysets with self-referential subqueries on MySQL.
...
Backport of
4074f38e1d
from main
2021-04-27 10:35:42 +02:00
..
__init__.py
Removed unneeded imports in tests's __init__.py and unified them.
2013-09-09 23:01:07 +02:00
models.py
[3.2.x] Refs
#32682
-- Fixed QuerySet.delete() crash on querysets with self-referential subqueries on MySQL.
2021-04-27 10:35:42 +02:00
tests.py
[3.2.x] Refs
#32682
-- Fixed QuerySet.delete() crash on querysets with self-referential subqueries on MySQL.
2021-04-27 10:35:42 +02:00