0.3 release will be py3 only

Garret Wassermann 2017-12-28 07:49:47 -05:00
parent e05d1b0712
commit 65dbd23004

@ -5,7 +5,7 @@ This is very much in flux, nothing set in stone yet, just ideas looking for comm
# Upcoming Releases # Upcoming Releases
## 0.3 ## 0.3
* Require Django 1.11.x or 2.x, Python 3.4+ or 2.7 (if remain on 1.11.x) * Require Django 1.11.x or 2.x, Python 3.4+
* 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.) * 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 (should we use CoreUI? http://coreui.io) * Message threading, revised UI (should we use CoreUI? http://coreui.io)
* Merged tickets and improved bulk actions * Merged tickets and improved bulk actions