Flask-serialize

Latest version: v2.2.0

Safety actively analyzes 630130 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

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

1.5.1

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

1.4.2

1.4.1

Add a factory method to create the mixin. Add better error messages.

from flask_serialize import FlaskSerialize

create a flask-serialize mixin instance from
the factory method `FlaskSerialize`
fs_mixin = FlaskSerialize(db)

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.