index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
delete
/
models.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-08-31
Fixed #31965 -- Adjusted multi-table fast-deletion on MySQL/MariaDB.
Simon Charette
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2020-01-29
Refs #27852 -- Fixed object deletion to show all restricted related objects r...
Hasan Ramezani
2020-01-27
Refs #27852 -- Fixed object deletion to show all protected related objects ra...
Hasan Ramezani
2019-11-19
Fixed #27272 -- Added an on_delete RESTRICT handler to allow cascading deleti...
Daniel Izquierdo
2019-05-06
Fixed #30339 -- Made Model.delete(keep_parents=True) preserves nested parent ...
Stephen Brown
2019-04-17
Fixed #30191 -- Selected only referenced fields during cascade deletion.
Simon Charette
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-11-22
Fixed #25685 -- Fixed a duplicate query regression on deletion of proxied mod...
Simon Charette
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-21
Fixed #25129 -- Made model instance defaults work with migrations (refs #24919).
Tim Graham
2015-07-21
Refs #24919 -- Made test models serializable for migrations.
Tim Graham
2013-11-02
PEP8 cleanup
Jason Myers
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner