diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b3959d7b..6b135b51 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,14 @@ +1.0.0 2017-29-30 - Stable +------------------------- + +- Django 1.11 support +- Update MaterializeCSS to 0.98.2 +- Fix missing badges in shipped MaterializeCSS build +- Localization added: German/French/Spainish/Korean/Chinese +- Forms - Fix allows to use html in a `help_text` of widgets +- Frontend - Improved Login/Logout/403/404/500 service screen templates +- Admin - fix application list layout + 0.13.0 2017-03-16 - Beta ------------------------ diff --git a/README.rst b/README.rst index 29309819..51912571 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,9 @@ Material design for Django Forms and Admin. Template driven. :alt: Join the chat at https://gitter.im/viewflow/django-material :target: https://gitter.im/viewflow/django-material?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge -Django-Material works with Django 1.8/1.9/1.10 +Django-Material works with Django 1.8/1.9/1.10/1.11 + +Django-Material 1.x branch going to be supported till Django 1.8 lifetime (April 2018) Tested with: @@ -30,15 +32,15 @@ Tested with: Overview ======== -- Forms_ - New way to render django forms +- Forms - New way to render django forms * Strong python/html code separation * Easy redefinition of particular fields rendering * Complex form layout support -- Frontend_ - Quick starter template for modular applications development +- Frontend - Quick starter template for modular applications development -- Admin_ - Material-designed django admin +- Admin - Material-designed django admin Demo: http://forms.viewflow.io/ @@ -61,8 +63,8 @@ Django Material Pro has a commercial-friendly license and distributed as part of Changelog ========= -GIT VERSION ------------ +1.0.0 2017-29-30 - Stable +------------------------- - Django 1.11 support - Update MaterializeCSS to 0.98.2