diff options
| author | Anssi Kääriäinen <anssi.kaariainen@thl.fi> | 2016-01-20 11:05:48 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-20 19:16:18 -0500 |
| commit | 05e8fa83c378c882ab4d4a1012ce954a9dced6de (patch) | |
| tree | 4e610010630b0ae442188e8d553cd94c130edf10 /docs | |
| parent | 076d4591108764695582ab272fdb7f348b4c161c (diff) | |
[1.9.x] Fixed #26092 -- Fixed QuerySet.order_by() regression with an M2M through model.
Backport of ee596888e1149864e7828f5cf63c0eda395744c3 from master
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`). |
