diff options
| author | Tomo Otsuka <totsuka@hearsaycorp.com> | 2015-12-22 23:22:54 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-24 07:35:08 -0500 |
| commit | bc5eed8fb0c4182a0f84eb78e729f05246312d84 (patch) | |
| tree | c3819db7aff0debdf1ba2748e09569ed79edaa51 /docs | |
| parent | b0303803d6d9c2275d68a526eba262c2baff7732 (diff) | |
[1.9.x] Fixed #25972 -- Restored support for the isnull lookup with ForeignObject.
Backport of 8b6974a6857bdc48ad50bf21527b840c27648891 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt index a40604780f..f7fa7cf37c 100644 --- a/docs/releases/1.9.1.txt +++ b/docs/releases/1.9.1.txt @@ -64,3 +64,6 @@ Bugfixes * Restored the functionality of the admin's ``list_editable`` add and change buttons (:ticket:`25903`). + +* Fixed ``isnull`` query lookup for ``ForeignObject`` + (:ticket:`25972`). |
