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-29 00:26:07 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
5b450b84e14f42302f58ec1f15a67a368e64d85c
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