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
/
regressiontests
/
delete_regress
/
tests.py
Age
Commit message (
Expand
)
Author
2012-03-17
Fixed #17918 - Handle proxy models correctly when sorting deletions for datab...
Carl Meyer
2012-03-16
Reorganized proxy-delete tests for easier addition of new tests. Refs #16128.
Carl Meyer
2012-03-12
Edited some docs and docstrings until [17685]
Adrian Holovaty
2012-03-05
Fixed #16128 - Correctly cascade-delete proxy models as if they were the conc...
Carl Meyer
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-10
Fixed #16196 - Redundant or incorrect code in tests
Luke Plant
2011-05-30
Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keys
Luke Plant
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-02-12
Fixed #9964 -- Ensure that all database operations make transactions dirty, n...
Russell Keith-Magee
2011-01-25
Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no...
Carl Meyer
2011-01-19
Fixed #14896 -- Ensured that _meta.get_all_related_objects(include_hidden=Tru...
Carl Meyer
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-04-09
Fixed #13309 -- Ensure that delete() deletes everything it should delete(). T...
Russell Keith-Magee
2010-03-15
Fixed #12953 -- Ensure that deletion cascades through generic relations. Also...
Russell Keith-Magee