--
Ticket URL: <https://code.djangoproject.com/ticket/28814>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: felixxm (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:1>
Comment (by Tim Graham <timograham@…>):
In [changeset:"931c60c5216bd71bc11f489e00e063331cf21f40" 931c60c5]:
{{{
#!CommitTicketReference repository=""
revision="931c60c5216bd71bc11f489e00e063331cf21f40"
Refs #28814 -- Fixed "SyntaxError: Generator expression must be
parenthesized" on Python 3.7.
Due to https://bugs.python.org/issue32012.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"8e63cc582f8ab66e5d8a94a72b6d12eb4c7e85e6" 8e63cc58]:
{{{
#!CommitTicketReference repository=""
revision="8e63cc582f8ab66e5d8a94a72b6d12eb4c7e85e6"
[2.0.x] Refs #28814 -- Fixed "SyntaxError: Generator expression must be
parenthesized" on Python 3.7.
Due to https://bugs.python.org/issue32012.
Backport of 931c60c5216bd71bc11f489e00e063331cf21f40 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"9d1d3b2d2fe0bef995b024368088eeabbdf73629" 9d1d3b2d]:
{{{
#!CommitTicketReference repository=""
revision="9d1d3b2d2fe0bef995b024368088eeabbdf73629"
Refs #28814 -- Fixed test_runner failure on Python 3.7.
Due to https://bugs.python.org/issue30399.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"5b21e3983dfce04251dbb795a70859c1ee78db8e" 5b21e398]:
{{{
#!CommitTicketReference repository=""
revision="5b21e3983dfce04251dbb795a70859c1ee78db8e"
[2.0.x] Refs #28814 -- Fixed test_runner failure on Python 3.7.
Due to https://bugs.python.org/issue30399.
Backport of 9d1d3b2d2fe0bef995b024368088eeabbdf73629 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"aba9763b5117494ca1ef1e420397e3845ad5b262" aba9763b]:
{{{
#!CommitTicketReference repository=""
revision="aba9763b5117494ca1ef1e420397e3845ad5b262"
Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation
warnings.
https://bugs.python.org/issue25988
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"0f0a07ac278dc2be6da81e519188f77e2a2a00cf" 0f0a07ac]:
{{{
#!CommitTicketReference repository=""
revision="0f0a07ac278dc2be6da81e519188f77e2a2a00cf"
Refs #28814 -- Fixed migrations crash with namespace packages on Python
3.7.
Due to https://bugs.python.org/issue32303.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:7>
Comment (by Tim Graham <timograham@…>):
In [changeset:"cba51003de23ecefaaeb231f2adda19ea589d286" cba51003]:
{{{
#!CommitTicketReference repository=""
revision="cba51003de23ecefaaeb231f2adda19ea589d286"
[2.0.x] Refs #28814 -- Fixed migrations crash with namespace packages on
Python 3.7.
Due to https://bugs.python.org/issue32303.
Backport of 0f0a07ac278dc2be6da81e519188f77e2a2a00cf from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:8>
Comment (by Tim Graham <timograham@…>):
In [changeset:"2f7cd7f8ecb01d30c1dfdaefa1c1714db76d2553" 2f7cd7f8]:
{{{
#!CommitTicketReference repository=""
revision="2f7cd7f8ecb01d30c1dfdaefa1c1714db76d2553"
Refs #28814 -- Documented Python 3.7 compatibility.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:9>
Comment (by Tim Graham <timograham@…>):
In [changeset:"7a007e967b6d143328a36d7c7c839c6a864f605e" 7a007e9]:
{{{
#!CommitTicketReference repository=""
revision="7a007e967b6d143328a36d7c7c839c6a864f605e"
[2.1.x] Refs #28814 -- Documented Python 3.7 compatibility.
Backport of 2f7cd7f8ecb01d30c1dfdaefa1c1714db76d2553 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:10>
Comment (by Tim Graham <timograham@…>):
In [changeset:"a68481919398618a0ab56f09e918342072c538c9" a684819]:
{{{
#!CommitTicketReference repository=""
revision="a68481919398618a0ab56f09e918342072c538c9"
[2.0.x] Refs #28814 -- Documented Python 3.7 compatibility.
Backport of 2f7cd7f8ecb01d30c1dfdaefa1c1714db76d2553 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:11>
* status: new => closed
* resolution: => fixed
* stage: Someday/Maybe => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:12>
Comment (by Tim Graham <timograham@…>):
In [changeset:"568c2f45ef531257a600c0e6ff8fe02525d7ab4e" 568c2f45]:
{{{
#!CommitTicketReference repository=""
revision="568c2f45ef531257a600c0e6ff8fe02525d7ab4e"
[1.11.x] Refs #28814 -- Fixed "SyntaxError: Generator expression must be
parenthesized" on Python 3.7.
Due to https://bugs.python.org/issue32012.
Backport of 931c60c5216bd71bc11f489e00e063331cf21f40 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:13>
Comment (by Tim Graham <timograham@…>):
In [changeset:"b9e248975f3190fee245b30313c2744bf836bb1c" b9e24897]:
{{{
#!CommitTicketReference repository=""
revision="b9e248975f3190fee245b30313c2744bf836bb1c"
[1.11.x] Refs #28814 -- Fixed test_runner failure on Python 3.7.
Due to https://bugs.python.org/issue30399.
Backport of 9d1d3b2d2fe0bef995b024368088eeabbdf73629 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:14>
Comment (by Tim Graham <timograham@…>):
In [changeset:"8deb0a8efd948855310c45064b109090596510e4" 8deb0a8]:
{{{
#!CommitTicketReference repository=""
revision="8deb0a8efd948855310c45064b109090596510e4"
[1.11.x] Refs #28814 -- Fixed migrations crash with namespace packages on
Python 3.7.
Due to https://bugs.python.org/issue32303.
Backport of 0f0a07ac278dc2be6da81e519188f77e2a2a00cf from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:15>
Comment (by Tim Graham <timograham@…>):
In [changeset:"c11a7b4907e58447daab4632a50f5e72d838715e" c11a7b4]:
{{{
#!CommitTicketReference repository=""
revision="c11a7b4907e58447daab4632a50f5e72d838715e"
[1.11.x] Refs #28814 -- Documented Python 3.7 compatibility.
Backport of 2f7cd7f8ecb01d30c1dfdaefa1c1714db76d2553 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:16>
Comment (by Tim Graham <timograham@…>):
In [changeset:"2fd21a18584dc62cfad65cc112465ce68db5561a" 2fd21a18]:
{{{
#!CommitTicketReference repository=""
revision="2fd21a18584dc62cfad65cc112465ce68db5561a"
Refs #28814 -- Doc'd Python 3.7 compatibility in Django 1.11.x.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:17>
Comment (by Tim Graham <timograham@…>):
In [changeset:"b94279dd26284f9b7d222fe269fc7fdbf638b22a" b94279d]:
{{{
#!CommitTicketReference repository=""
revision="b94279dd26284f9b7d222fe269fc7fdbf638b22a"
[2.1.x] Refs #28814 -- Doc'd Python 3.7 compatibility in Django 1.11.x.
Backport of 2fd21a18584dc62cfad65cc112465ce68db5561a from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:18>
Comment (by Tim Graham <timograham@…>):
In [changeset:"aa1527db576969a74a9af2c3a1caf95c98872397" aa1527d]:
{{{
#!CommitTicketReference repository=""
revision="aa1527db576969a74a9af2c3a1caf95c98872397"
[2.0.x] Refs #28814 -- Doc'd Python 3.7 compatibility in Django 1.11.x.
Backport of 2fd21a18584dc62cfad65cc112465ce68db5561a from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28814#comment:19>