* Drop support for Django < 2.2 * Add template_context property for formsets
1.4.0
------------------
* Add method to customize the success message of change form views
1.3.2
------------------
* Improve formset js component
1.3.1
------------------
* 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