This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-09-24 19:23:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
39ec43b478
django
/
tests
/
modeltests
/
delete
History
Download ZIP
Download TAR.GZ
Aymeric Augustin
83041ca802
Fixed a DeprecationWarning under Python 3.
2012-10-24 16:52:21 +02: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
Fixed a DeprecationWarning under Python 3.
2012-10-24 16:52:21 +02:00