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:14 -0400
commitd5d8d35e501ca72e1abf801620e321bc6972f639 (patch)
tree3e0d3797627aba9af38aa388f2c3b09fc4c0037e /docs
parent7407440885f1777abb88f18832ecedc3460f2506 (diff)
[1.9.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`).