Changes between Version 3 and Version 4 of SupportedDatabaseVersions


Ignore:
Timestamp:
Sep 6, 2017, 9:24:29 AM (7 years ago)
Author:
Tim Graham
Comment:

Added some dates.

Legend:

Unmodified
Added
Removed
Modified
  • SupportedDatabaseVersions

    v3 v4  
    77* 9.3 - September 2018 - drop in Django 2.1 - released August 2018.
    88* 9.4 - December 2019 - drop in Django 3.0 - released December 2019.
    9 * 9.5 - January 2021
     9* 9.5 - January 2021 - drop in Django 3.2 - released April 2021.
    1010* 9.6 - September 2021
    1111
     
    1616* 2.0 - drop with PostgreSQL 9.2 (no support for PostgreSQL 9.3)
    1717* 2.1 - drop with PostgreSQL 9.4 (no support for PostgreSQL 9.5)
    18 * 2.2 - drop with PostgreSQL 9.5 (not commended with PostgreSQL 9.6)
     18* 2.2 - drop with PostgreSQL 9.5 (not recommended with PostgreSQL 9.6)
    1919* 2.3
    2020* 2.4
     
    2323
    2424== MySQL
    25 * 5.5 - Dec 2018 (drop in Django 2.0?)
    26 * 5.6 - Feb 2021
     25* 5.5 - Dec 2018 - drop in Django 2.1 - released August 2018.
     26* 5.6 - Feb 2021 - drop in Django 3.2 - released April 2021.
    2727* 5.7 - Oct 2023
    2828
     
    3030
    3131== Oracle
    32 * 11.2 - Dec 2020
     32* 11.2 - Dec 2020 - drop in Django 2.0 (Django 1.11 LTS supported until April 2020).
    3333* 12.1 - July 2021
    3434
Back to Top