diff options
| author | Lily Acorn <code@lilyf.org> | 2025-11-15 16:29:12 +0000 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-12-12 11:17:08 -0500 |
| commit | accceec9493d08e19d59fa1a59f69c0fdf23bb13 (patch) | |
| tree | 76fb22d06b9fa3074317a477b713c06fa68ddc12 /docs/releases/6.1.txt | |
| parent | 8932a677258fbda34f24a1be6f426265148b0003 (diff) | |
Fixed #36735 -- Added UUID4 and UUID7 database functions.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'docs/releases/6.1.txt')
| -rw-r--r-- | docs/releases/6.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/6.1.txt b/docs/releases/6.1.txt index 587fec10b3..8ab9ef46a8 100644 --- a/docs/releases/6.1.txt +++ b/docs/releases/6.1.txt @@ -263,6 +263,9 @@ Models :ref:`negative array indexing <key-index-and-path-transforms>` on Oracle 21c+. +* The new :class:`~django.db.models.functions.UUID4` and + :class:`~django.db.models.functions.UUID7` database functions were added. + Pagination ~~~~~~~~~~ |
