From 45a58c31e64dbfdecab1178b1d00a3803a90ea2d Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 8 Apr 2021 11:40:16 +0100 Subject: Fixed #32620 -- Allowed subclasses of Big/SmallAutoField for DEFAULT_AUTO_FIELD. --- docs/releases/3.2.1.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/releases/3.2.1.txt') 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`). -- cgit v1.3