This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
d6524088a85a3b6ee4216c46a2d847eb6500decd
django
/
tests
/
one_to_one
History
Tim Graham
8a13cddc26
[1.11.x]
Fixed
#28047
-- Fixed QuerySet.filter() crash when it uses the name of a OneToOneField pk.
...
Regression in
1bc249c2a6
. Backport of
fce7827101
from master
2017-04-10 11:52:10 -04:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
models.py
Fixed
#26667
-- Fixed a regression in queries on a OneToOneField that has to_field and primary_key=True.
2016-06-04 08:04:51 -04:00
tests.py
[1.11.x]
Fixed
#28047
-- Fixed QuerySet.filter() crash when it uses the name of a OneToOneField pk.
2017-04-10 11:52:10 -04:00