summaryrefslogtreecommitdiff
path: root/tests/modeltests/delete/tests.py
AgeCommit message (Expand)Author
2013-02-06[1.5.x] Fixed a typo in the test suite that was causing some spurious failure...Julien Phalip
2012-10-24Fixed a DeprecationWarning under Python 3.Aymeric Augustin
2012-09-28Fixed #18676 -- Allow fast-path deletion of objectsAnssi Kääriäinen
2012-07-22[py3] Added Python 3 compatibility for xrange.Aymeric Augustin
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
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