diff options
Diffstat (limited to 'docs/releases/5.0.txt')
| -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 ~~~~~~~~~~ |
