You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requires() as a new independent way to manage dependencies.
A more thorough explanation about the Security(), how to use it and examples.
Changed
Expose Controller in esmerald as alternative to APIView. This was already available to use but not directly
accessible via from esmerald import Controller.
Fixed
Fix escaped " in TemplateResponse.
Fix TemplateResponse's auto-detection of the media-type when used directly.
Don't mangle strings by default for other media-types than json.
Don't mangle returned responses.
Reverse lookup or Class based views and nested naming using path_for.