This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2024-12-26 02:56:25 +00:00
Code
Issues
25
Releases
Wiki
Activity
a7ed09d13d
django
/
tests
/
modeltests
/
delete
History
David Cramer
a7ed09d13d
Improve test to ensure that post_delete was actually called
2013-01-14 13:34:55 -08:00
..
__init__.py
Fixed
#7539
,
#13067
-- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review.
2010-11-09 16:46:42 +00:00
models.py
Fixed
#18676
-- Allow fast-path deletion of objects
2012-09-28 18:16:08 +03:00
tests.py
Improve test to ensure that post_delete was actually called
2013-01-14 13:34:55 -08:00