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 08:04:51 -0400
commite2296e7f0acf9c50868ab997ba565c1f47beb45b (patch)
treeb4765517f4bd76194a36a33a6a44b62ce06f3e7b /docs
parent54febdb8be7c9793caae9c781f4d6b7cbbdcd900 (diff)
Fixed #26667 -- Fixed a regression in queries on a OneToOneField that has to_field and primary_key=True.
Thanks Simon Charette for review.
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`).