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 10:34:04 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
6805c0f99f
django
/
tests
/
one_to_one
History
Download ZIP
Download TAR.GZ
Jon Dufresne
4122d9d3f1
Refs
#28147
-- Fixed setting of OneToOne and Foreign Key fields to None when using attnames.
...
Regression in
519016e5f2
.
2019-07-27 12:04:56 +02:00
..
__init__.py
models.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
tests.py
Refs
#28147
-- Fixed setting of OneToOne and Foreign Key fields to None when using attnames.
2019-07-27 12:04:56 +02:00