From 6e2d9f0aa895b34d5d9c06dddc33d06326e52012 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 30 Nov 2023 10:10:27 +0100 Subject: [4.2.x] Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_comment on SQLite. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks Юрий for the report. Regression in 78f163a4fb3937aca2e71786fbdd51a0ef39629e. Backport of 37fc832a54ad37e75a898a2c8f9ab0820617c4af from main --- docs/releases/4.2.8.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.2.8.txt b/docs/releases/4.2.8.txt index 0550e026bb..1cce9030ec 100644 --- a/docs/releases/4.2.8.txt +++ b/docs/releases/4.2.8.txt @@ -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`). -- cgit v1.3