mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
update readme and added notice about compatibility, bump version and changelog
This commit is contained in:
parent
b47af2e1ff
commit
c9569a81db
3 changed files with 15 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
# following PEP 386
|
||||
__version__ = "1.3.1"
|
||||
__version__ = "1.3.2"
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue