Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#28552 closed Cleanup/optimization (fixed)

Drop support for MySQL 5.5

Reported by: Tim Graham Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Tim Graham)

The end of upstream support for MySQL 5.5 is December 2018. Therefore, Django 2.1 (released a couple months earlier in August 2018) may set MySQL 5.6 as the minimum version that it supports.

PR

Change History (4)

comment:1 by Tim Graham, 7 years ago

Description: modified (diff)
Patch needs improvement: set

comment:2 by Tim Graham, 7 years ago

Patch needs improvement: unset

comment:3 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: newclosed

In 8a176843:

Fixed #28552 -- Dropped support for MySQL 5.5.

comment:4 by Tim Graham <timograham@…>, 7 years ago

In a80903b7:

Removed DatabaseFeatures.supports_microsecond_precision.

MySQL 5.5 (refs #28552) was the last database to use it.

Note: See TracTickets for help on using tickets.
Back to Top