summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/6.1.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt
index 85699324cd..ee78a7b123 100644
--- a/docs/releases/6.1.txt
+++ b/docs/releases/6.1.txt
@@ -287,6 +287,10 @@ Models
* :class:`~django.db.models.StringAgg` now supports ``distinct=True`` on SQLite
when using the default delimiter ``Value(",")`` only.
+* The new :attr:`.QuerySet.totally_ordered` property returns ``True`` if the
+ :class:`~django.db.models.query.QuerySet` is ordered and the ordering is
+ deterministic.
+
Pagination
~~~~~~~~~~