summaryrefslogtreecommitdiff
path: root/tests/modeltests/delete/models.py
AgeCommit message (Expand)Author
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-09-12Migrated delete doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-03-25Modified the delete test to clean up after itself properly, so that the proxy...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-05-19Fixed #9308 -- Corrected the updated of nullable foreign key fields when dele...Russell Keith-Magee
2008-07-21Fixed #7825 - modeltests/delete tests failing after NFA merge, and improved d...Luke Plant
2008-06-21Fixed bug with Model.delete() which did not always delete objects in the righ...Luke Plant
2008-06-21Added tests for corner case with deleting where objects are deleted in the wr...Luke Plant