summaryrefslogtreecommitdiff
path: root/tests/modeltests/delete
AgeCommit message (Collapse)Author
2008-07-21Fixed #7825 - modeltests/delete tests failing after NFA merge, and improved ↵Luke Plant
documentation of these tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8030 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-21Fixed bug with Model.delete() which did not always delete objects in the ↵Luke Plant
right order. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7722 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-21Added tests for corner case with deleting where objects are deleted in the ↵Luke Plant
wrong order. These tests currently fail, by design, fix will be committed shortly. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7721 bcc190cf-cafb-0310-a4f2-bffc1f526a37