github vitalik/django-ninja v.0.18.0
0.18.0

latest releases: v1.4.3t, v1.4.3, v1.4.2...
3 years ago

Hello

Please welcome the new Django Ninja version
it has lot of fixes and improvements

Most notable a HttpResponse typed argument by @SmileyChris

Now you can manage response behaviour (cookies, headers, streaming) flixible:

@api.post("/boop")
def boop(request, response: HttpResponse): # !
    response.set_cookie("beep", "boop") # !
    return True

All changes

New Contributors

Full Changelog: v0.17.0...v0.18.0

Don't miss a new django-ninja release

NewReleases is sending notifications on new releases.