mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[3.2.x] Fixed #32863 -- Skipped system check for specifying type of auto-created primary keys on models with invalid app_label.
Regression inb5e12d490a. Thanks Iuri de Silvio for the report. Backport of7a9745fed4from main
This commit is contained in:
committed by
Mariusz Felisiak
parent
fb577d85b2
commit
8b2b627f34
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user