reformatting

Garret Wassermann
2017-08-24 14:58:34 -04:00
parent 4aaa0ba87c
commit ea6f0244cd

@@ -1,23 +1,27 @@
Below is a roadmap and rough timeline for major new features and changes to django-helpdesk. Below is a roadmap and rough timeline for major new features and changes to django-helpdesk.
This is very much in flux, not set in stone yet, and looking for comments! Please feel free to file a ticket if you'd like to discuss an idea, or directly add ideas to this wiki. This is very much in flux, not set in stone yet, and looking for comments! Please feel free to file a ticket if you'd like to discuss an idea, or directly add ideas to this wiki.
# Upcoming Releases
# 0.1 ## 0.2
* The classic release, we released 0.1.18 to fix a few bugs and simple merge requests.
* Expect 0.1.18 to be the last release of the series as we move to further development.
* Supports south databases and Django prior to 1.8, both python 2.7 and 3.3+
# 0.2
* Updated Bootstrap CSS and jQuery interface, better theming * Updated Bootstrap CSS and jQuery interface, better theming
* Improved unit testing (infrastructure work for easier future development) * Improved unit testing (infrastructure work for easier future development)
* South database migrations are deprecated * South database migrations are deprecated
* Requires Django 1.8+, Python 2.7 or 3.4+ * Requires Django 1.8+, Python 2.7 or 3.4+
# 0.3 ## 0.3
* Require Django 1.11+, Python 2.7 or 3.4+, last release to support Python 2.7 * Require Django 1.11+, Python 2.7 or 3.4+, last release to support Python 2.7
# 0.4 ## 0.4
* Require Django 2.0+, Python 3.5+ * Require Django 2.0+, Python 3.5+
# Future (Not yet scheduled) ## Future (Not yet scheduled)
* Public-facing web interface overhaul, rework how we allow ticket submitters to log in and view status without accounts * Public-facing web interface overhaul, rework how we allow ticket submitters to log in and view status without accounts
* Move to Bootstrap CSS v4.0
# Past Releases
## 0.1 - last update end of 2016
* The classic release, we released 0.1.18 to fix a few bugs and simple merge requests.
* Expect 0.1.18 to be the last release of the series as we move to further development.
* Supports south databases and Django prior to 1.8, both python 2.7 and 3.3+