Changes between Initial Version and Version 1 of Ticket #28552
- Timestamp:
- Sep 4, 2017, 2:41:14 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28552
- Property Patch needs improvement set
-
Ticket #28552 – Description
initial v1 1 The end of upstream support for MySQL 5.5 is December 2018. Django 1.11 will be supported until April 2020 which is well past the EOL date. We don't have MySQL 5.5 running on our continuous integration servers which makes providing official support difficult. 2 3 [https://groups.google.com/d/topic/django-developers/XXqGQH6BSpY/discussion django-developers thread] 1 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. 4 2 5 3 [https://github.com/django/django/pull/8980 PR]