summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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`).