summaryrefslogtreecommitdiff
path: root/docs/ref/models/expressions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/models/expressions.txt')
-rw-r--r--docs/ref/models/expressions.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/ref/models/expressions.txt b/docs/ref/models/expressions.txt
index 93a4bf32ab..214010f139 100644
--- a/docs/ref/models/expressions.txt
+++ b/docs/ref/models/expressions.txt
@@ -1063,11 +1063,6 @@ calling the appropriate methods on the wrapped expression.
``nulls_first`` and ``nulls_last`` define how null values are sorted.
See :ref:`using-f-to-sort-null-values` for example usage.
- .. deprecated:: 4.1
-
- Passing ``nulls_first=False`` or ``nulls_last=False`` to ``asc()``
- is deprecated. Use ``None`` instead.
-
.. method:: desc(nulls_first=None, nulls_last=None)
Returns the expression ready to be sorted in descending order.
@@ -1075,11 +1070,6 @@ calling the appropriate methods on the wrapped expression.
``nulls_first`` and ``nulls_last`` define how null values are sorted.
See :ref:`using-f-to-sort-null-values` for example usage.
- .. deprecated:: 4.1
-
- Passing ``nulls_first=False`` or ``nulls_last=False`` to ``desc()``
- is deprecated. Use ``None`` instead.
-
.. method:: reverse_ordering()
Returns ``self`` with any modifications required to reverse the sort