﻿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
34201	Drop support for SQLite < 3.21.0	Mariusz Felisiak	Mariusz Felisiak	"SQLite 3.15+ supports functions in partial indexes.
SQLite 3.20+ can defer constraint checks and supports `PRAGMA` foreign key checks.

Ubuntu Xenial ships with SQLite 3.22.0 (which will still by supported by Django) and will EOL in April 2023. Debian Buster ships with 3.27.2 and will EOL in  June 2024. Python 3.7 ships with 3.21.0. 

[https://www.sqlite.org/releaselog/3_21_0.html SQLite 3.21.0] was released in October 2017. 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.1	Normal	fixed			Accepted	1	0	0	0	0	0
