- Add method to customize the success message of change form views
- Improve formset js component
- Fix issue with formsets and duplicated DELETE inputs
- Fix broken delete callback in formset js module
- 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
- Fix a bug when a user is not logged in but get_titlebuttons/get_breadcrumb relies on self.object
- Add French translations
- Improve templates for tables
- Fix packaging bug when installed as git checkout
- Fix filter_class related bug in list views
- Remove local style fix for invalid form inputs, fixed in upstream django-tapeforms
- Add support for Django 2.1
- Use auth class based views for login an logout instead of function based views.
- Many bugfixes and small improvements
- Add CollectionMixin
- Add
get_titlebuttons
helper to add additional buttons to Cruditor views - Refactor templates to use UIKit instead of Bootstrap 3
- Introduce build process for Javascript and CSS files
- Add support for formsets, including Javascript for the user interface
- Update translations.
- Add missing floppyforms load tag.
- Add floppyforms form tag to inline formset template.
- Added some useful template blocks.
- Initial release without many docs but an example project.