From 272eccf7ff0ced609e5a5e3bb6b4a40e773e0e66 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 2 Aug 2016 17:27:45 +0200 Subject: Fixed #26983 -- Fixed isnull filtering on ForeignKey with to_field Thanks weidwonder for the report. --- docs/releases/1.10.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.1.txt b/docs/releases/1.10.1.txt index d5bfcac2bd..8f0756bb9e 100644 --- a/docs/releases/1.10.1.txt +++ b/docs/releases/1.10.1.txt @@ -26,3 +26,6 @@ Bugfixes * Fixed a crash if ``request.META['CONTENT_LENGTH']`` is an empty string (:ticket:`27005`). + +* Fixed the ``isnull`` lookup on a ``ForeignKey`` with its ``to_field`` + pointing to a ``CharField`` (:ticket:`26983`). -- cgit v1.3