diff options
| author | Simon Charette <charette.s@gmail.com> | 2023-07-07 19:43:51 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-07-19 21:42:27 +0200 |
| commit | 595a2abb58e04caa4d55fb2589bb80fb2a8fdfa1 (patch) | |
| tree | f08cf5a71a9d637818d896a7b31b2d7860e336ca /docs/releases | |
| parent | 98cfb90182a8baa806fc4e09e294b6cfc5d09eff (diff) | |
Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/5.0.txt | 3 |
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 ~~~~~~~~~~ |
