Forwardported 1.8.6 release note.

This commit is contained in:
Tim Graham 2015-10-14 12:22:53 -07:00
parent b971c1cd78
commit 4cc6f8b764
1 changed files with 4 additions and 0 deletions

View File

@ -18,4 +18,8 @@ Bugfixes
* Fixed system check crash on ``ForeignKey`` to abstract model
(:ticket:`25503`).
* 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`).