summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2021-04-08 11:40:16 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-04-08 13:17:08 +0200
commit45a58c31e64dbfdecab1178b1d00a3803a90ea2d (patch)
treed95d096b7b68ccac4b8eaa5879a5c9156cca2cd5 /docs/releases
parent30e123ed351317b7527f632b3b7dc4e81e850449 (diff)
Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/3.2.1.txt4
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`).