diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2021-06-21 16:57:06 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-06-22 20:47:15 +0200 |
| commit | 7a9745fed498f69c46a3ffa5dfaff872e0e1df89 (patch) | |
| tree | 7ebe98cb21ffdca2c48cd6c075e355ec00236ea1 /docs/releases/3.2.5.txt | |
| parent | 1697098795707bd39501d9ceddd3d9be93f8d549 (diff) | |
Fixed #32863 -- Skipped system check for specifying type of auto-created primary keys on models with invalid app_label.
Regression in b5e12d490af3debca8c55ab3c1698189fdedbbdb.
Thanks Iuri de Silvio for the report.
Diffstat (limited to 'docs/releases/3.2.5.txt')
| -rw-r--r-- | docs/releases/3.2.5.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.2.5.txt b/docs/releases/3.2.5.txt index 05d824fc25..906cd34bd8 100644 --- a/docs/releases/3.2.5.txt +++ b/docs/releases/3.2.5.txt @@ -20,3 +20,6 @@ Bugfixes * Fixed a regression in Django 3.2 that caused a migration crash on MySQL 8.0.13+ when adding nullable ``BinaryField``, ``JSONField``, or ``TextField`` with a default value (:ticket:`32832`). + +* Fixed a bug in Django 3.2 where a system check would crash on a model with an + invalid ``app_label`` (:ticket:`32863`). |
