++++++++++++++++++ * Allow html tags in custom column headers; hide Action column if there're no item actions * Support view template context data in ViewSet
0.7.1
++++++++++++++++++ * Update release history
0.7.0
++++++++++++++++++ * Add support for ``pk_url_kwarg``, ``slug_field``, ``slug_url_kwarg`` & ``context_object_name`` ViewSet attributes. * Improve documentation
0.6.4
++++++++++++++++++ * Optimize listview media when create & edit are set to legacy * Breadcrumbs obeys custom page title * Fix bug in ListView.media optimization * Introduce permissions_required attribute * PopupCrudViewSet.get_page_title now used in for all CRUD(legacy) views
++++++++++++++++++ * Fix bug where forms with m2m fields were not saved * Reflect formset form field 'required' status in field column header * Make formsets work in legacy crud mode * django-select2 support in formset forms * Minor formset layout formatting improvements