Fixed - multiform have renamed their form_valid() and form_invalid() methods to multiform_valid() and multiform_invalid()
4.0.26
Added - Full update to existing code - Clean up and PEP8 standardization - get_object() queryset argument added - delete() method in models improved to support extra fields
Fixed - Several bugs repaired
4.0.25
Added - Added new feature to GenModify to enable 'return_invalid_json' that will make the form to return a 409 Conflict HTTP ERROR with a json including invalid fields and the reason why they are invalid. - Support for data injection from views into Angular forms - Few of PEP8
4.0.24
Fixed - PEP8 refactoring and a quick mypy type revision - Skipped version 4.0.23
4.0.22
Fixed - Improved genmail to support better SSL and clean_memcache changed to clean_caches and now it supports cleaning several cache entries in configuration using settings.CACHES