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-07-16 01:35:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
bc94e3c1a2
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
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
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