diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.2.txt b/docs/releases/1.9.2.txt index 71ca0dbea2..71709d0fb8 100644 --- a/docs/releases/1.9.2.txt +++ b/docs/releases/1.9.2.txt @@ -41,3 +41,6 @@ Bugfixes * Fixed CSRF cookie check on POST requests when ``USE_X_FORWARDED_PORT=True`` (:ticket:`26094`). + +* Fixed a ``QuerySet.order_by()`` crash when ordering by a relational field of + a ``ManyToManyField`` ``through`` model (:ticket:`26092`). |
