Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Releases: closeio/flask-mongorest

v0.3.0

26 Aug 10:57
9a04099
Compare
Choose a tag to compare

The release:

  • Improves support for Python 3.
  • Bumps the dependency on pymongo.
  • Drops the dependency on Flask-Views. As a result, self.args and self.kwargs are no longer available in views.

v0.2.3

27 Sep 18:09
Compare
Choose a tag to compare

This release splits Resource.serialize into separate field-type serialization methods, making it easier to add custom serialization logic for new field types.