Re: [Django] #28552: Drop support for MySQL 5.5

2017-09-25 Thread Django
#28552: Drop support for MySQL 5.5
-+-
 Reporter:  Tim Graham   |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham ):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"8a1768432b1ec3ecfa390ac5eb70dbfb0cff59b3" 8a176843]:
 {{{
 #!CommitTicketReference repository=""
 revision="8a1768432b1ec3ecfa390ac5eb70dbfb0cff59b3"
 Fixed #28552 -- Dropped support for MySQL 5.5.
 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.fe572b1354014fbc4ad9714dabab477a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28552: Drop support for MySQL 5.5

2017-09-25 Thread Django
#28552: Drop support for MySQL 5.5
-+-
 Reporter:  Tim Graham   |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"a80903b7114c984b5087597e8c34750e7bb44f51" a80903b7]:
 {{{
 #!CommitTicketReference repository=""
 revision="a80903b7114c984b5087597e8c34750e7bb44f51"
 Removed DatabaseFeatures.supports_microsecond_precision.

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

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.dc0e6848cad4b767c1eb29849ebf592a%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28552: Drop support for MySQL 5.5

2017-09-22 Thread Django
#28552: Drop support for MySQL 5.5
-+-
 Reporter:  Tim Graham   |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

 * needs_better_patch:  1 => 0


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.d55116ea750c77db734cf663cb095542%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28552: Drop support for MySQL 5.5

2017-09-04 Thread Django
#28552: Drop support for MySQL 5.5
-+-
 Reporter:  Tim Graham   |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |
Component:  Database layer   |  Version:  master
  (models, ORM)  |
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham):

 * needs_better_patch:  0 => 1


Old description:

> 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.
>
> [https://groups.google.com/d/topic/django-
> developers/XXqGQH6BSpY/discussion django-developers thread]
>
> [https://github.com/django/django/pull/8980 PR]

New description:

 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.

 [https://github.com/django/django/pull/8980 PR]

--

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.099f89c2756c04fd828bef5144844fdb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #28552: Drop support for MySQL 5.5

2017-08-30 Thread Django
#28552: Drop support for MySQL 5.5
-+-
   Reporter:  Tim|  Owner:  nobody
  Graham |
   Type: | Status:  new
  Cleanup/optimization   |
  Component:  Database   |Version:  master
  layer (models, ORM)|
   Severity:  Normal |   Keywords:
   Triage Stage:  Accepted   |  Has patch:  1
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+-
 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.

 [https://groups.google.com/d/topic/django-
 developers/XXqGQH6BSpY/discussion django-developers thread]

 [https://github.com/django/django/pull/8980 PR]

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.980d45694ccbc3a60d70f0d3aa671a9d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.