diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2022-03-24 16:46:19 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-04-13 21:51:51 +0200 |
| commit | 2eea361eff58dd98c409c5227064b901f41bd0d6 (patch) | |
| tree | b551c3b45c3d0f133d88ef346ec1657f937d2892 /docs | |
| parent | 62ffc9883afdc0a9f9674702661062508230d7bf (diff) | |
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.txt | 3 |
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 ~~~~~~~~~~~~~~~~~~~~~~ |
