summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2023-07-07 19:43:51 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-07-19 21:42:27 +0200
commit595a2abb58e04caa4d55fb2589bb80fb2a8fdfa1 (patch)
treef08cf5a71a9d637818d896a7b31b2d7860e336ca /docs/releases
parent98cfb90182a8baa806fc4e09e294b6cfc5d09eff (diff)
Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/5.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/5.0.txt b/docs/releases/5.0.txt
index e4c1eac1d9..815fb062b4 100644
--- a/docs/releases/5.0.txt
+++ b/docs/releases/5.0.txt
@@ -361,6 +361,9 @@ Models
set the primary key on each model instance when the ``update_conflicts``
parameter is enabled (if the database supports it).
+* The new :attr:`.UniqueConstraint.nulls_distinct` attribute allows customizing
+ the treatment of ``NULL`` values on PostgreSQL 15+.
+
Pagination
~~~~~~~~~~