0.15.4
What's Changed
- ControllerOperation And Operation Merge by @eadwinCode in #18
- Throttling by @eadwinCode in #20
from ninja_extra import throttle
...
@api.get('throttle_api')
@throttle
def throttle_endpoint(request):
return 'foo'Read more: Throttling
- Doc deploy automation by @eadwinCode in #23
Sponsors
- Thanks to @areski for sponsoring the
throttlingfeature
Full Changelog: 0.15.2...0.15.4