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-23 21:59:11 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
c1f8d87bb0ac72b213bf31e672bd34c93bda6b18
django
/
tests
/
delete
History
Simon Charette
972000420e
Fixed
#31624
-- Avoided subquery usage on QuerySet.all().delete().
...
Thanks Adam Johnson for the report. Regression in
7acef095d7
.
2020-05-25 08:14:49 +02:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
models.py
Removed unused __str__() methods in tests models.
2020-04-30 09:13:23 +02:00
tests.py
Fixed
#31624
-- Avoided subquery usage on QuerySet.all().delete().
2020-05-25 08:14:49 +02:00