Updated PLAN with EAI and Py35 items.

- Legacy-Id: 11294
This commit is contained in:
Henrik Levkowetz 2016-06-08 19:00:50 +00:00
parent b0cd3a0066
commit 297c5ff0ed

7
PLAN
View file

@ -31,6 +31,10 @@ Planned work in rough order
* Upgrade to Django 1.8 / 1.9
* Add support for internationalised email addresses according to RFC 6531
when sending email (this is not supported by smtplib under Python 2.7,
so will need support code in the application until we migrate to Python 3.5)
* Meeting materials enhancements
* Transition to PostgreSQL
@ -42,6 +46,9 @@ Planned work in rough order
* When draft XML source is available, take references from that instead
of extracting them from the text version.
* Transition to running under Python 3.x (probably 3.5) instead of 2.7
* Small nomcom refactoring: associate Feedback records with Person
instead of User.