1
0
mirror of https://github.com/django/django.git synced 2024-11-19 16:04:13 +00:00
django/tests/regressiontests/delete_regress
2010-04-09 13:24:13 +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 #13309 -- Ensure that delete() deletes everything it should delete(). Thanks to craig.kimerer@gmail.com for the report. 2010-04-09 13:24:13 +00:00