Django Material Versions Save

Material Design for Django

1.1.0

6 years ago

Update MaterializeCSS to 0.100.2 Forms - Localize DateTime picker Forms - Add clear button on ajax autocomplete fields Frontend - Allow to set ordering in the list view from viewset Frontend - Fix permission check for the create view Admin - Fix inline formset errors Admin - Add file download link on the file fields

1.0.0

6 years ago
  • Django 1.11 support
  • Update MaterializeCSS to 0.98.2
  • Fix missing badges in shipped MaterializeCSS build
  • Localization added: German/French/Spanish/Korean/Chinese
  • Forms - Fix allows using html in a help_text of widgets
  • Frontend - Improved Login/Logout/403/404/500 service screen templates
  • Admin - fix application list layout

0.7.0

8 years ago

The last alpha release.

  • Forms - Fix controls in new forms in formsets
  • Forms - New way to append or override widget attrs in template
  • Forms - Removed group_class, add_group_class, add_label_class redifinable parts
  • Admin - Match table styles to google guidelines.
  • Admin - Start to work on admin widget support improvements http://forms.viewflow.io/demo/widget/admin/
  • Admin - Fix scrollbar
  • Frontend - Switch from fontawesome to material-design-iconic font
  • Frontend - Fix broken links on user navigation menu
  • Frontend - Modules are refactored to AppConfig mixins

0.3.0

8 years ago
  • Migrated to new version of materializecss framework
  • List all applications in admin navigation menu
  • Added breadcrumbs in admin
  • Custom material css and js cleanup
  • New Frontend template
  • Various widget rendering fixes (splitdatetime, empty selects)

0.2.0

9 years ago

Switched to material design Initial admin interface support