mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-27 13:01:46 +02:00
Updated Development Roadmap (markdown)
parent
9796d9532c
commit
1b644cbb5c
@ -5,14 +5,14 @@ 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+
|
* Require Django 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
|
||||||
* Improved Django user permissions
|
* Improved Django user permissions
|
||||||
|
|
||||||
## 0.4
|
## 0.4
|
||||||
* Require Django 2.x, Python 3.5+, (Python 2 is dropped for sure)
|
* Require Django 2.x, Python 3.5+
|
||||||
* Port from Django 1.11.x -> 2.x to address deprecated features in 1.11 series
|
* Port from Django 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)
|
* Generic views? (Should re-evaluate best practices when Django 2.0 is released, Django itself may change a bit in major version)
|
||||||
|
|
||||||
@ -36,6 +36,7 @@ This is very much in flux, nothing set in stone yet, just ideas looking for comm
|
|||||||
* 0.2.3 - get_mail fixes, zh_Hans translation - 2017-12-09
|
* 0.2.3 - get_mail fixes, zh_Hans translation - 2017-12-09
|
||||||
* 0.2.4 - 2017-12-18
|
* 0.2.4 - 2017-12-18
|
||||||
* 0.2.6 - 2017-12-28 - collectstatic bugfix and Django 2.0 compatibility (mostly)
|
* 0.2.6 - 2017-12-28 - collectstatic bugfix and Django 2.0 compatibility (mostly)
|
||||||
|
* 0.2.8 - 2018-07-03 - more bugfixes to work with Django 2.x / Python 3.x
|
||||||
|
|
||||||
## 0.1.18 - last update end of 2016
|
## 0.1.18 - last update end of 2016
|
||||||
* The classic release, we released 0.1.18 to fix a few bugs and simple merge requests.
|
* The classic release, we released 0.1.18 to fix a few bugs and simple merge requests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user