summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRust Saiargaliev <rustem.saiargaliev@thermondo.de>2021-05-10 22:19:29 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-05-18 13:20:55 +0200
commit349bb58b8a0b6f4b98193dbfe369e41b8780f225 (patch)
treeaca4b70fd1811b48256ac8d7553cce3c709bf41f /docs
parent65b680a99a86c71eaf554b74639522ea747b8feb (diff)
[3.2.x] Fixed #32733 -- Skipped system check for specifying type of auto-created primary keys on abstract models.
Regression in b5e12d490af3debca8c55ab3c1698189fdedbbdb. Backport of a24fed399ced6be2e9dce4cf28db00c3ee21a21c from main
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.2.4.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.2.4.txt b/docs/releases/3.2.4.txt
index 51a4898163..068798e6ed 100644
--- a/docs/releases/3.2.4.txt
+++ b/docs/releases/3.2.4.txt
@@ -12,3 +12,6 @@ Bugfixes
* Fixed a bug in Django 3.2 where a final catch-all view in the admin didn't
respect the server-provided value of ``SCRIPT_NAME`` when redirecting
unauthenticated users to the login page (:ticket:`32754`).
+
+* Fixed a bug in Django 3.2 where a system check would crash on an abstract
+ model (:ticket:`32733`).