diff options
| author | Antoine Catton <acatton@fusionbox.com> | 2015-10-05 14:13:14 -0600 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-14 12:21:36 -0700 |
| commit | ee6785ebea31327bfe473e583b977e03def529ee (patch) | |
| tree | af8fe91b47ef440ad6bdbcaa63624b7191411a69 /docs | |
| parent | 4171d208f4ae79747aa05d255a286ad0a362b9ff (diff) | |
[1.8.x] Fixed #25506 -- Allowed filtering over a RawSQL annotation.
Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com>
Backport of b971c1cd78a0bf831c1c30080089c4a384d037a0 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.6.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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`). |
