From 0e5e30fae25684b4cb746a1388b1660586c93c78 Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Thu, 14 Sep 2017 01:10:02 -0400 Subject: [PATCH] Updated Development Roadmap (markdown) --- Development-Roadmap.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Development-Roadmap.md b/Development-Roadmap.md index 97fccab..53567b8 100644 --- a/Development-Roadmap.md +++ b/Development-Roadmap.md @@ -12,13 +12,15 @@ This is very much in flux, nothing set in stone yet, just ideas looking for comm * Requires Django 1.11.x, Python 2.7 or 3.4+, Python 2 deprecated and will be removed next release ## 0.3 -* Require Django 1.11.x or 2.x, Python 3.4+ (Python 2 is dropped) +* Require Django 1.11.x or 2.x, Python 3.4+ or 2.7 (if remain on 1.11.x) +* Revisit Django deprecation warnings, fully address all deprecated issues from 1.8 -> 1.11 LTS transition; according to the Django deprecation guide, allows code to run until after the next LTS, so 1.11 code works on 2.x too, but would require further porting for 3.x, etc.) * Message threading, revised UI * Merged tickets and improved bulk actions * Improved Django user permissions ## 0.4 -* Require Django 2.x, Python 3.5+ +* Require Django 2.x, Python 3.5+, (Python 2 is dropped for sure) +* Port from 1.11.x -> 2.x to address deprecated features in 1.11 series * Generic views? (Should re-evaluate best practices when Django 2.0 is released, Django itself may change a bit in major version) ## Future (Not yet scheduled)