mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24060 -- Added OrderBy Expressions
This commit is contained in:
@@ -100,7 +100,8 @@ Query Expressions and Database Functions
|
||||
customize, and compose complex SQL expressions. This has enabled annotate
|
||||
to accept expressions other than aggregates. Aggregates are now able to
|
||||
reference multiple fields, as well as perform arithmetic, similar to ``F()``
|
||||
objects.
|
||||
objects. :meth:`~django.db.models.query.QuerySet.order_by` has also gained the
|
||||
ability to accept expressions.
|
||||
|
||||
A collection of :doc:`database functions </ref/models/database-functions>` is
|
||||
also included with functionality such as
|
||||
|
||||
Reference in New Issue
Block a user