Updated plan. Added item to remove Py2 compatibility code.

- Legacy-Id: 17381
This commit is contained in:
Henrik Levkowetz 2020-03-03 20:59:30 +00:00
parent a14e38a1a1
commit d412ed1eda

3
PLAN
View file

@ -7,6 +7,9 @@ Updated: $Date$
Planned work in rough order
===========================
* Remove Python 2.7 compatibility code. This includes cleaning up 'from future'
imports and usages of 'six' 2/3 compatibility modules.
* Transition to Django 2.x (depends on Python 3.x). Security updates to
Django 1.11 will cease around April 2020.