mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.
This commit is contained in:
parent
6c3104221b
commit
21a3a29dc9
4 changed files with 27 additions and 16 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue