index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
delete
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-06
Fixed a typo in the test suite that was causing some spurious failures with p...
Julien Phalip
2013-01-15
Removed some uses of the deprecated assertEquals
Alex Gaynor
2013-01-14
Improve test to ensure that post_delete was actually called
David Cramer
2013-01-14
Move signal disconnect into finally block
David Cramer
2013-01-14
Send post_delete signals immediately
David Cramer
2012-10-24
Fixed a DeprecationWarning under Python 3.
Aymeric Augustin
2012-09-28
Fixed #18676 -- Allow fast-path deletion of objects
Anssi 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
2012-07-22
[py3] Added Python 3 compatibility for xrange.
Aymeric Augustin
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-09-12
Migrated delete doctests. Thanks to Alex Gaynor.
Russell Keith-Magee
2010-03-25
Modified the delete test to clean up after itself properly, so that the proxy...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-05-19
Fixed #9308 -- Corrected the updated of nullable foreign key fields when dele...
Russell Keith-Magee
2008-07-21
Fixed #7825 - modeltests/delete tests failing after NFA merge, and improved d...
Luke Plant
2008-06-21
Fixed bug with Model.delete() which did not always delete objects in the righ...
Luke Plant
2008-06-21
Added tests for corner case with deleting where objects are deleted in the wr...
Luke Plant