Changes between Version 37 and Version 38 of SupportedDatabaseVersions


Ignore:
Timestamp:
Jan 28, 2025, 9:13:32 AM (3 days ago)
Author:
Sage Abdullah
Comment:

Backfilled supported SQLite versions timeline.

Legend:

Unmodified
Added
Removed
Modified
  • SupportedDatabaseVersions

    v37 v38  
    2727Generally, 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.
    2828
     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.
    2934
    3035== PostgreSQL
Back to Top