diff options
| author | Tim Graham <timograham@gmail.com> | 2015-10-14 12:22:53 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-14 12:24:43 -0700 |
| commit | d1ccf7b78465ba6fc9a2d7fc0c69c71a7426bf1a (patch) | |
| tree | 860570adcd695a9d34c0298559a23e1d512b8bfa /docs | |
| parent | 36e7d275ec1a65c9378ba29d4be005deb5703889 (diff) | |
[1.9.x] Forwardported 1.8.6 release note.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.6.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.8.6.txt b/docs/releases/1.8.6.txt index 4e455d7672..44380cded5 100644 --- a/docs/releases/1.8.6.txt +++ b/docs/releases/1.8.6.txt @@ -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`). |
