- Added support for read-only fields in update view - [72][72] - Added support for media assets in Views and default templates - [195][195] - Bumped django-filters to 1.0.1 and fixed breaking changes - [171][171]
- Added full Django 1.10 compatibility - [164][164] - Added submenu icons display option - [178][178] - Considerate improved performance; no query per has_permission call - [182][182] - Check that 'next' redirect in the login view only goes to own host - [186][186]
- `FormView`, `CreateView` and `UpdateView` added a `layout` property to easily customize positioning and width of form fields - [75][75] - Added support for virtual fields in `ListView` - [73][73] - Improved the date/time picker in Date/Time fields - [78][78]