﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34760	Drop support for SQLite < 3.27.0	Mariusz Felisiak	Mariusz Felisiak	"SQLite 3.24+ supports updating rows on constraint or uniqueness errors during `INSERT`.
SQLite 3.25+ supports window functions and renaming columns.
SQLite 3.26+ support DDL operations requiring references rename in a transaction.

Ubuntu Focal ships with SQLite 3.31.1 (which will still by supported by Django).
Debian Buster ships with 3.27.2 and will EOL in June 2024.
Python 3.8 ships with 3.28.0.

​SQLite 3.26.0 was released in December 2018. SQLite version support seems like a similar situation as GEOS libraries which we generally support about 5 years after released."	Cleanup/optimization	closed	Database layer (models, ORM)	4.2	Normal	fixed		Claude Paroz	Accepted	1	0	0	0	0	0
