Skip to content

0.16.0

Choose a tag to compare

@eadwinCode eadwinCode released this 30 Oct 11:45
· 475 commits to master since this release
951018e

What's Changed

 # EventSchema becomes the response schema

@http_get("/{int:id}")
def get_event(self, id: int) -> EventSchema:
    event = get_object_or_404(Event, id=id)
    return event

New Contributors

Full Changelog: 0.15.8...0.16.0