mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy and Expression.asc()/desc().
Thanks Allen Jonathan David for the initial patch.
This commit is contained in:
@@ -685,6 +685,10 @@ Miscellaneous
|
||||
|
||||
* ``django.contrib.auth.hashers.CryptPasswordHasher`` is deprecated.
|
||||
|
||||
* The ability to pass ``nulls_first=False`` or ``nulls_last=False`` to
|
||||
``Expression.asc()`` and ``Expression.desc()`` methods, and the ``OrderBy``
|
||||
expression is deprecated. Use ``None`` instead.
|
||||
|
||||
Features removed in 4.1
|
||||
=======================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user