mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Thanks Mariusz Felisiak and Simon Charette for reviews.
This commit is contained in:
committed by
Mariusz Felisiak
parent
e46ca51c24
commit
8b040e3cbb
@@ -351,6 +351,11 @@ Models
|
||||
|
||||
* Added the :class:`~django.db.models.functions.Random` database function.
|
||||
|
||||
* :ref:`aggregation-functions`, :class:`F() <django.db.models.F>`,
|
||||
:class:`OuterRef() <django.db.models.OuterRef>`, and other expressions now
|
||||
allow using transforms. See :ref:`using-transforms-in-expressions` for
|
||||
details.
|
||||
|
||||
Pagination
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user