summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-05-28 09:14:02 -0400
committerTim Graham <timograham@gmail.com>2016-06-04 09:15:10 -0400
commit8996054cb4b3cfb88ee4d8896fa53424440a2564 (patch)
tree2cf4a8decc5c7f63222e5d41b6a9cd3fa571d753 /docs
parent27983d82c2415f02d962649b6623a20493b1790b (diff)
[1.10.x] Fixed #26667 -- Fixed a regression in queries on a OneToOneField that has to_field and primary_key=True.
Thanks Simon Charette for review. Backport of e2296e7f0acf9c50868ab997ba565c1f47beb45b from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.7.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.7.txt b/docs/releases/1.9.7.txt
index 514d83bf15..a61f4ed9dd 100644
--- a/docs/releases/1.9.7.txt
+++ b/docs/releases/1.9.7.txt
@@ -26,3 +26,6 @@ Bugfixes
* Fixed ``dbshell`` crash on PostgreSQL with an empty database name
(:ticket:`26698`).
+
+* Fixed a regression in queries on a ``OneToOneField`` that has ``to_field``
+ and ``primary_key=True`` (:ticket:`26667`).