diff options
| author | Adam Johnson <me@adamj.eu> | 2021-04-08 11:40:16 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-04-08 13:17:08 +0200 |
| commit | 45a58c31e64dbfdecab1178b1d00a3803a90ea2d (patch) | |
| tree | d95d096b7b68ccac4b8eaa5879a5c9156cca2cd5 /docs | |
| parent | 30e123ed351317b7527f632b3b7dc4e81e850449 (diff) | |
Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.2.1.txt b/docs/releases/3.2.1.txt index d303b46d4d..e8361e7370 100644 --- a/docs/releases/3.2.1.txt +++ b/docs/releases/3.2.1.txt @@ -10,3 +10,7 @@ Bugfixes ======== * Corrected detection of GDAL 3.2 on Windows (:ticket:`32544`). + +* Fixed a bug in Django 3.2 where subclasses of ``BigAutoField`` and + ``SmallAutoField`` were not allowed for the :setting:`DEFAULT_AUTO_FIELD` + setting (:ticket:`32620`). |
