--
Ticket URL: <https://code.djangoproject.com/ticket/23144>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/3004 PR] which is primarily
updating links in the docs.
--
Ticket URL: <https://code.djangoproject.com/ticket/23144#comment:1>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/23144#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"d28396f5268f1974ef1e84d13bcf1ac107005ced"]:
{{{
#!CommitTicketReference repository=""
revision="d28396f5268f1974ef1e84d13bcf1ac107005ced"
Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23144#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"88b2a20f047347da86f448fe09a56251d29e4168"]:
{{{
#!CommitTicketReference repository=""
revision="88b2a20f047347da86f448fe09a56251d29e4168"
Simplified MySQL storage engine detection using INFORMATION_SCHEMA.ENGINES
table
Query the table introduced in MySQL 5.1; refs #23144.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23144#comment:4>