* Fix issue with formsets and duplicated DELETE inputs * Fix broken delete callback in formset js module
1.3.0
------------------
* Catch the exception and show an error message when deleting an item with protected related objects * Remove ``DeleteConfirmForm`` to replace the checkbox by a simple message and make the deletion process lighter
1.2.1
------------------
* Fix a bug when a user is not logged in but get_titlebuttons/get_breadcrumb relies on self.object
1.2.0
------------------
* Add French translations * Improve templates for tables * Fix packaging bug when installed as git checkout * Fix filter_class related bug in list views
1.1.1
------------------
* Remove local style fix for invalid form inputs, fixed in upstream django-tapeforms
1.1.0
------------------
* Add support for Django 2.1 * Use auth class based views for login an logout instead of function based views.