This website requires JavaScript.
Explore
Help
Sign In
p31829507
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Projects
Releases
Wiki
Activity
992f143bad
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