Releases: sdispater/flask-orator
Releases · sdispater/flask-orator
0.2.0
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
Fixed
Orator
class no longer inherits from DatabaseManager
to avoid errors when setting up teardown context.
Changed
- Automatically disconnects after a request.