diff options
| author | Tim Graham <timograham@gmail.com> | 2016-05-28 09:14:02 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-06-04 08:04:51 -0400 |
| commit | e2296e7f0acf9c50868ab997ba565c1f47beb45b (patch) | |
| tree | b4765517f4bd76194a36a33a6a44b62ce06f3e7b /docs | |
| parent | 54febdb8be7c9793caae9c781f4d6b7cbbdcd900 (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.txt | 3 |
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`). |
