diff options
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 b972ee0148..acc8a8a93b 100644 --- a/docs/releases/1.8.6.txt +++ b/docs/releases/1.8.6.txt @@ -17,3 +17,7 @@ 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`). |
