1
0
mirror of https://github.com/django/django.git synced 2024-11-20 00:14:08 +00:00
django/tests/regressiontests/delete_regress
2010-04-04 17:42:23 +00:00
..
__init__.py Fixed #9479 -- Corrected an edge case in bulk queryset deletion that could cause an infinite loop when using MySQL InnoDB. 2009-06-03 13:23:19 +00:00
models.py Tweaked a test model in delete_regress to avoid having a column name that causes a failure on Oracle. 2010-04-04 17:42:23 +00:00
tests.py Fixed #12953 -- Ensure that deletion cascades through generic relations. Also cleans up the special-casing of generic relations in the deleted object discovery process. Thanks to carljm for the report and patch. 2010-03-15 13:15:01 +00:00