Support Django 1.9 tidy up

* README: remove python 3.3 and add django 1.9
* HISTORY
This commit is contained in:
nitely 2016-11-13 21:41:55 -03:00
parent 32d7f0832b
commit 868250526a
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
0.5.0
==================
* Drops support for Python 3.3
* Adds support for Django 1.9
0.4.8
==================

View File

@ -11,8 +11,8 @@ To see it in action, please visit [The Spirit Project](http://spirit-project.com
## Compatibility
* Python 2.7, 3.3, 3.4 (recommended) and 3.5
* Django 1.8 LTS
* Python 2.7, 3.4 and 3.5 (recommended)
* Django 1.8 LTS (recommended) and 1.9
* PostgreSQL (recommended), MySQL, Oracle Database and SQLite
## Installing (Advanced)