mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #32863 -- Skipped system check for specifying type of auto-created primary keys on models with invalid app_label.
Regression in b5e12d490a.
Thanks Iuri de Silvio for the report.
This commit is contained in:
committed by
Mariusz Felisiak
parent
1697098795
commit
7a9745fed4
@@ -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