Meanwhile, let's track cleanups and improvements we can make after that.
--
Ticket URL: <https://code.djangoproject.com/ticket/27857>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Accepted => Someday/Maybe
Comment:
Initial patch of cleanups attached.
--
Ticket URL: <https://code.djangoproject.com/ticket/27857#comment:1>
* Attachment "27857.diff" added.
* has_patch: 0 => 1
* stage: Someday/Maybe => Accepted
Comment:
[https://github.com/django/django/pull/9134 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/27857#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"98706bb35e7de0e445cc336f669919047bf46b75" 98706bb3]:
{{{
#!CommitTicketReference repository=""
revision="98706bb35e7de0e445cc336f669919047bf46b75"
Refs #27857 -- Replaced json.loads() ValueError exception catching with
JSONDecodeError.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27857#comment:4>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"cfff2af02be40106d4759cc6f8bfa476ce82421c" cfff2af]:
{{{
#!CommitTicketReference repository=""
revision="cfff2af02be40106d4759cc6f8bfa476ce82421c"
Fixed #27857 -- Dropped support for Python 3.4.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27857#comment:3>
Comment (by Tim Graham <timograham@…>):
In [changeset:"7d8d630e37209eba672d5382cc2effe192ab2510" 7d8d630]:
{{{
#!CommitTicketReference repository=""
revision="7d8d630e37209eba672d5382cc2effe192ab2510"
Refs #27857 -- Removed Python 3.4 from tox.ini.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27857#comment:5>