From ee6785ebea31327bfe473e583b977e03def529ee Mon Sep 17 00:00:00 2001 From: Antoine Catton Date: Mon, 5 Oct 2015 14:13:14 -0600 Subject: [1.8.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation. Co-Authored-By: Gavin Wahl Backport of b971c1cd78a0bf831c1c30080089c4a384d037a0 from master --- docs/releases/1.8.6.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.6.txt b/docs/releases/1.8.6.txt index acc8a8a93b..44380cded5 100644 --- a/docs/releases/1.8.6.txt +++ b/docs/releases/1.8.6.txt @@ -21,3 +21,5 @@ Bugfixes * Fixed incorrect queries when you have multiple ``ManyToManyField``\s on different models that have the same field name, point to the same model, and have their reverse relations disabled (:ticket:`25545`). + +* Allowed filtering over a ``RawSQL`` annotation (:ticket:`25506`). -- cgit v1.3