Releases: Martlark/flask-serialize
Releases · Martlark/flask-serialize
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
Merge pull request #40 from Martlark/2.0.2
Version 2.0.2 changes most of the properties, hooks and methods to use a more normal Python naming convention.
- Regularly called mixin methods now start with
fs_
. - Hook methods start with
__fs_
and end with__
. - Control properties start with
__fs_
and end with__
. - Some hook functions can now return False or True rather than just raise Exceptions
- fs_get_delete_put_post now returns a HTTP code that is more accurate of the cause
1.5.2 Add fs_after_commit
Add fs_after_commit
Fix for TypeError: unsupported operand type(s) for +=: 'ImmutableColumnCollection' and 'list'
Fix for TypeError: unsupported operand type(s) for +=: 'ImmutableColumnCollection' and 'list'
1.5.0
Return item from POST/PUT updates. Allow create_fields and update_fields to be specified using the column fields. None values serialize as null/None. Restore previous update_properties behaviour. By default updates/creates using all fields. Exclude primary key from create and update. Improve documentation