Skip to content

Releases: sdispater/flask-orator

0.2.0

06 Oct 15:57
0.2.0
f792d41
Compare
Choose a tag to compare

Changed

  • Changes internals to be compatible with the latest Orator version.
  • Automatically returns a 404 error when ModelNotFound is raised.
  • Adds support for directly returning Orator objects.

0.1.1

06 Oct 15:57
Compare
Choose a tag to compare

Fixed

  • Orator class no longer inherits from DatabaseManager to avoid errors when setting up teardown context.

Changed

  • Automatically disconnects after a request.

0.1

06 Oct 15:57
Compare
Choose a tag to compare
0.1

Initial Release