diff options
| author | Rust Saiargaliev <rustem.saiargaliev@thermondo.de> | 2021-05-10 22:19:29 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-18 13:02:33 +0200 |
| commit | a24fed399ced6be2e9dce4cf28db00c3ee21a21c (patch) | |
| tree | 92559f7d8f80e97840c491f99ed032a30d6a0ddb /docs/releases | |
| parent | f07723aa0a094d55cc47417492046d613c6ab349 (diff) | |
Fixed #32733 -- Skipped system check for specifying type of auto-created primary keys on abstract models.
Regression in b5e12d490af3debca8c55ab3c1698189fdedbbdb.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/3.2.4.txt | 3 |
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`). |
