summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.txt3
1 files changed, 3 insertions, 0 deletions
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
~~~~~~~~~~~~~~~~~~~~~~