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
/
models.py
Age
Commit message (
Expand
)
Author
2012-03-17
Fixed #17918 - Handle proxy models correctly when sorting deletions for datab...
Carl Meyer
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-05-30
Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keys
Luke Plant
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-04-04
Tweaked a test model in delete_regress to avoid having a column name that cau...
Karen Tracey
2010-03-15
Fixed #12953 -- Ensure that deletion cascades through generic relations. Also...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-06-03
Fixed #9479 -- Corrected an edge case in bulk queryset deletion that could ca...
Russell Keith-Magee