==================== * Support Django 1.10 new middleware style
1.11.1
==================== * Fix date widget so that initial values are correctly formatted
1.11
==================== * Add support for Django 1.11, drop support for Django 1.8 * Remove django-guardian (no more object-level or anonymous user permissions) * Updated datepicker Javascript library https://github.com/nyaruka/smartmin/pull/101 * Fix bug when form field is bound to empty many-to-many relation https://github.com/nyaruka/smartmin/pull/102
1.10.10
==================== * Add status_code arg to assertRedirect to allow checking of different redirect types * Make jQuery inclusion into block which can be overridden
1.10.8
=================== * Fix bug on list views when search string is empty https://github.com/nyaruka/smartmin/pull/94