Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.

This commit is contained in:
Tomer Chachamu 2017-10-18 14:09:45 +01:00 committed by Tim Graham
parent 6c3104221b
commit 21a3a29dc9
4 changed files with 27 additions and 16 deletions

View file

@ -13,3 +13,6 @@ Bugfixes
argument is a callable that returns ``None`` (:ticket:`28601`).
* Fixed the Basque ``DATE_FORMAT`` string (:ticket:`28710`).
* Made ``QuerySet.reverse()`` affect ``nulls_first`` and ``nulls_last``
(:ticket:`28722`).