flask-serialize

Read / Write JSON serialization of models for Flask applications using SQLAlchemy

APACHE-2.0 License

Downloads
1.9K
Stars
26
Committers
2

Bot releases are visible (Hide)

flask-serialize - 1.1.6

Published by Martlark over 4 years ago

Improve support for older Flask versions. Add before_update hook.

flask-serialize - 1.1.5

Published by Martlark over 4 years ago

Add feature to allow previous fields values to be read before verify is complete.

flask-serialize - 1.1.4

Published by Martlark over 4 years ago

Add new method, form_page. Improve documentation and tests.

flask-serialize - Remove obsolete code. Fix duplication and doco.

Published by Martlark almost 5 years ago

flask-serialize - Fix release issue. Add 400 http error response for get_delete_put_post

Published by Martlark almost 5 years ago

Improve error response from get_delete_put_post by returning simple error text with http_status 400 instead of json object.

flask-serialize - Add 400 http status code for json errors

Published by Martlark almost 5 years ago

flask-serialize - Improve error messages

Published by Martlark almost 5 years ago

flask-serialize - Add kwargs to request_create_form

Published by Martlark almost 5 years ago

Allow request_recreate_form to accept kwargs to set object properties before creation.

flask-serialize - Improve performance with introspection cache

Published by Martlark almost 5 years ago

Improve performance by using a cache for introspection of models.

flask-serialize - Allow json post updates. Add prop_filters to json_list

Published by Martlark about 5 years ago

flask-serialize - Fix documentation error

Published by Martlark about 5 years ago

Fix documentation error on quick setup.

flask-serialize - Add sorting for json list methods

Published by Martlark about 5 years ago

Add sorting fields for json list methods.

flask-serialize - Improve with new update_properties feature

Published by Martlark about 5 years ago

Allow post/put updates to return properties from the updated model instance from the server.

flask-serialize - Fix misuse of now() for timestamping

Published by Martlark about 5 years ago

Fix timestamping and allow override of time stamper.

flask-serialize - Fix release issue

Published by Martlark about 5 years ago

Add version property. Fix release files mixup.

flask-serialize - 1.0.1

Published by Martlark about 5 years ago

Fix pypi release number

flask-serialize - 1.0.0

Published by Martlark about 5 years ago

Fix a few issues. Improve documentation

flask-serialize - 0.0.9

Published by Martlark about 5 years ago

Improve test coverage. Allow DATETIME conversion to be overridden.

flask-serialize - 0.0.8

Published by Martlark about 5 years ago

Add post to magic method get_delete_put_post() and rename from get_delete_put(). Improve documentation and tests.

flask-serialize - 0.0.7

Published by Martlark about 5 years ago

Improve tests. Add json_filter_by.