Changes between Version 45 and Version 46 of SupportedDatabaseVersions
- Timestamp:
- Aug 11, 2026, 4:59:28 PM (30 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SupportedDatabaseVersions
v45 v46 13 13 * Python 3.12 - 3.45.3 14 14 * Python 3.13 - 3.45.3 15 * Python 3.14 - 3.50.4 15 16 16 17 Search the [https://docs.python.org/3/whatsnew/changelog.html Python Changelog] for "SQLite" to find entries like "Update Windows build and OS X installers to use SQLite 3.14.2." … … 21 22 * Debian 11 (bullseye): 3.34.1 22 23 * Debian 12 (bookworm): 3.40.1 24 * Debian 13 (trixie): 3.46.1 23 25 * Ubuntu 20.04 (focal): 3.31.1 24 26 * Ubuntu 22.04 (jammy): 3.37.2 25 27 * Ubuntu 24.04 (noble): 3.45.1 28 * Ubuntu 26.04 (resolute): 3.46.1 26 29 27 30 Generally, Django supports SQLite versions for about 5 years since the SQLite release. The minimum supported SQLite version is also based on the minimum of the versions found in the oldest supported Python, Debian, and Ubuntu. In addition, we 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 the minimum supported SQLite version. … … 33 36 * < 3.31.0 - drop in #35412 Django 5.1 - released August 2024. 34 37 * < 3.37.0 - drop in #36671 Django 6.1 - released August 2026. 38 * < 3.41.0 - drop in #XXXXX Django 2028 - released January 2028. 35 39 36 40 == PostgreSQL