There was an error while loading. Please reload this page.
1 parent b0cd3a0 commit 297c5ffCopy full SHA for 297c5ff
1 file changed
PLAN
@@ -31,6 +31,10 @@ Planned work in rough order
31
32
* Upgrade to Django 1.8 / 1.9
33
34
+* Add support for internationalised email addresses according to RFC 6531
35
+ when sending email (this is not supported by smtplib under Python 2.7,
36
+ so will need support code in the application until we migrate to Python 3.5)
37
+
38
* Meeting materials enhancements
39
40
* Transition to PostgreSQL
@@ -42,6 +46,9 @@ Planned work in rough order
42
46
* When draft XML source is available, take references from that instead
43
47
of extracting them from the text version.
44
48
49
+* Transition to running under Python 3.x (probably 3.5) instead of 2.7
50
51
45
52
* Small nomcom refactoring: associate Feedback records with Person
53
instead of User.
54
0 commit comments