From cf7d5cb881753a21fe66002f8bef5179632cef5a Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Tue, 9 May 2017 17:34:47 +0000 Subject: [PATCH] Updated plan which includes Django 1.11 upgrade. - Legacy-Id: 13285 --- PLAN | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PLAN b/PLAN index 38826ad7f..41504ed2b 100644 --- a/PLAN +++ b/PLAN @@ -34,6 +34,8 @@ Planned work in rough order on multiple floors (probably means modelling break areas the same way as other sessions, and removing the break_area char_field on Meeting. +* Upgrade Django to version 1.11 + * Transition to Python 3. This will make it easier to add add support for internationalsed email, and also other i18n enhancements.