diff options
| author | Josh Smeaton <josh.smeaton@gmail.com> | 2015-01-10 02:16:16 +1100 |
|---|---|---|
| committer | Josh Smeaton <josh.smeaton@gmail.com> | 2015-01-13 09:39:55 +1100 |
| commit | 21b858cb6735cdfdc695ff7b076e4cbc1981bc88 (patch) | |
| tree | e7cd589b11e37e99788a85f3ac170b2ecfabed3b /docs/releases | |
| parent | f48e2258a96a08dcec843921206bcf7656e3ae45 (diff) | |
Fixed #24060 -- Added OrderBy Expressions
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.8.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index cd9a5de682..7a70a8ec2c 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -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 |
