Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kmmbvnr committed May 29, 2017
1 parent 04f39bf commit ddc2312
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
------------------------

Expand Down
14 changes: 8 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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/

Expand All @@ -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
Expand Down

0 comments on commit ddc2312

Please sign in to comment.