summaryrefslogtreecommitdiff
path: root/tests/modeltests/delete/models.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-09-28Fixed #18676 -- Allow fast-path deletion of objectsAnssi Kääriäinen
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-12[py3] Replaced some __str__ methods by __unicode__Aymeric Augustin
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
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