update readme and added notice about compatibility, bump version and changelog

This commit is contained in:
Michael Kutý 2015-06-15 21:03:09 +02:00
parent b47af2e1ff
commit c9569a81db
3 changed files with 15 additions and 1 deletions

View file

@ -20,4 +20,10 @@ The source code and issue tracker can be found on Github:
https://github.com/jezdez/django-dbtemplates
Compatibility Roadmap
---------------------
Since 1.3.2 ``dbtemplates`` dropped support for Django < 1.4
Since 1.4 will be supported only Django >= 1.7, please freeze your requirements on specific version of dbtemplates !
.. _template loader: http://docs.djangoproject.com/en/dev/ref/templates/api/#loader-types

View file

@ -1,2 +1,2 @@
# following PEP 386
__version__ = "1.3.1"
__version__ = "1.3.2"

View file

@ -1,6 +1,14 @@
Changelog
=========
v1.3.2 (2015-06-15)
-------------------
* support for Django 1.8 (not full, but usable)
* support for RedactorJS
thanks for contrib - @eculver, @kmooney, @volksman
v1.3.1 (2012-05-23)
-------------------