summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-11-30 10:10:27 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-11-30 10:11:02 +0100
commit7f1dc67f53c0d7a79031852603b8c8445bca65ac (patch)
tree7f219246edc74c04c3cb27760d883cce0dfc1ae7 /docs
parenta4a0f665708b32b9e27d74d82a94715cbdca480b (diff)
[5.0.x] Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_comment on SQLite.
Thanks Юрий for the report. Regression in 78f163a4fb3937aca2e71786fbdd51a0ef39629e. Backport of 37fc832a54ad37e75a898a2c8f9ab0820617c4af from main
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.2.8.txt3
1 files changed, 3 insertions, 0 deletions
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`).