@@ -10,8 +10,13 @@ Planned work in rough order
1010* Remove Python 2.7 compatibility code. This includes cleaning up 'from future'
1111 imports and usages of 'six' 2/3 compatibility modules.
1212
13- * Transition to Django 2.x (depends on Python 3.x). Security updates to
14- Django 1.11 will cease around April 2020.
13+ * Transition to Django 2.2 (via 2.0 and 2.1). This depends on Python 3.x.
14+ Security updates to Django 1.11 will cease around April 2020.
15+
16+ * Transition to PostgreSQL. This will make it easier to start using
17+ timezone-aware timestamps throughout the code, which will make it easy
18+ to present localized times on web-pages. It will also provide additional
19+ tools for performance analysis
1520
1621* Investigate making RFCs first-class document objects to faciliate being
1722 able to model BCPs that represent groups of RFCs properly. Then fix the rfc sync
@@ -69,11 +74,6 @@ Planned work in rough order
6974* Add support for document shepherding reports, possibly re-using or
7075 generalising some of the review plumbing. Check with IESG for details.
7176
72- * Transition to PostgreSQL. This will make it easier to start using
73- timezone-aware timestamps throughout the code, which will make it easy
74- to present localized times on web-pages. It will also provide additional
75- tools for performance analysis
76-
7777* Performance analysis of database table and index setup
7878
7979* Refactor Document and types into Document subclasses, with conditional code
0 commit comments