Changes between Version 37 and Version 38 of SupportedDatabaseVersions
- Timestamp:
- Jan 28, 2025, 9:13:32 AM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SupportedDatabaseVersions
v37 v38 27 27 Generally, Django's minimum supported SQLite version is based on the minimum of the versions found in the oldest supported Python, Debian, and Ubuntu. This usually spans a period of 5 years after the SQLite release. In addition, we also evaluate the benefits (such as new features or code cleanups) before dropping support of older SQLite versions. See [https://code.djangoproject.com/query?summary=~Drop+support+for+SQLite past tickets] for reference on how we bump our minimum supported SQLite version. 28 28 29 * < 3.8.3 - drop in #30055 Django 2.2 - released April 2019. 30 * < 3.9.0 - drop in #32303 Django 3.2 - released April 2021. 31 * < 3.21.0 - drop in #34201 Django 4.2 - released April 2023. 32 * < 3.27.0 - drop in #34760 Django 5.0 - released December 2023. 33 * < 3.31.0 - drop in #35412 Django 5.1 - released August 2024. 29 34 30 35 == PostgreSQL