From 2eea361eff58dd98c409c5227064b901f41bd0d6 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Thu, 24 Mar 2022 16:46:19 +0100 Subject: Fixed #30511 -- Used identity columns instead of serials on PostgreSQL. --- docs/releases/4.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index 2ec0d42cdd..71f88eefdb 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -309,6 +309,9 @@ Models allows customizing attributes of fields that don't affect a column definition. +* On PostgreSQL, ``AutoField``, ``BigAutoField``, and ``SmallAutoField`` are + now created as identity columns rather than serial columns with sequences. + Requests and Responses ~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3