summaryrefslogtreecommitdiff
path: root/tests/modeltests/delete
Commit message (Expand)AuthorAgeFilesLines
* Fixed a typo in the test suite that was causing some spurious failures with p...Julien Phalip2013-02-061-1/+1
* Removed some uses of the deprecated assertEqualsAlex Gaynor2013-01-151-3/+3
* Improve test to ensure that post_delete was actually calledDavid Cramer2013-01-141-0/+7
* Move signal disconnect into finally blockDavid Cramer2013-01-141-4/+6
* Send post_delete signals immediatelyDavid Cramer2013-01-141-0/+12
* Fixed a DeprecationWarning under Python 3.Aymeric Augustin2012-10-241-6/+6
* Fixed #18676 -- Allow fast-path deletion of objectsAnssi Kääriäinen2012-09-282-3/+118
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-1/+3
* [py3] Replaced some __str__ methods by __unicode__Aymeric Augustin2012-08-121-1/+3
* [py3] Added Python 3 compatibility for xrange.Aymeric Augustin2012-07-221-0/+1
* Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor2011-10-131-1/+3
* Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel2011-07-131-1/+1
* Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer2010-11-093-162/+343
* Migrated delete doctests. Thanks to Alex Gaynor.Russell Keith-Magee2010-09-122-165/+135
* Modified the delete test to clean up after itself properly, so that the proxy...Russell Keith-Magee2010-03-251-0/+5
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-2/+2
* Fixed #9308 -- Corrected the updated of nullable foreign key fields when dele...Russell Keith-Magee2009-05-191-2/+14
* Fixed #7825 - modeltests/delete tests failing after NFA merge, and improved d...Luke Plant2008-07-211-10/+21
* Fixed bug with Model.delete() which did not always delete objects in the righ...Luke Plant2008-06-211-14/+91
* Added tests for corner case with deleting where objects are deleted in the wr...Luke Plant2008-06-212-0/+103