mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_comment on SQLite.
Thanks Юрий for the report.
Regression in 78f163a4fb
.
This commit is contained in:
parent
57c1dd466f
commit
37fc832a54
4 changed files with 30 additions and 7 deletions
|
@ -35,3 +35,6 @@ Bugfixes
|
|||
* Fixed a regression in Django 4.2 where the admin's read-only password widget
|
||||
and some help texts were incorrectly aligned at tablet widths
|
||||
(:ticket:`34982`).
|
||||
|
||||
* Fixed a regression in Django 4.2 that caused a migration crash on SQLite when
|
||||
altering unsupported ``Meta.db_table_comment`` (:ticket:`35006`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue