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-08-03 18:38:50 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
33c7c2a557
django
/
tests
/
generic_relations
History
Download ZIP
Download TAR.GZ
Tim Graham
5980b05c1f
Fixed
#25160
-- Moved unsaved model instance data loss check to Model.save()
...
This mostly reverts
5643a3b51b
and
81e1a35c36
. Thanks Carl Meyer for review.
2015-08-10 08:51:32 -04:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
models.py
Fixed
#21127
-- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField
2015-07-27 18:28:13 -04:00
tests.py
Fixed
#25160
-- Moved unsaved model instance data loss check to Model.save()
2015-08-10 08:51:32 -04:00