Skip to content

Version 3.6.3

Latest
Compare
Choose a tag to compare
@tarsil tarsil released this 19 Jan 17:42
· 7 commits to main since this release
4607c8d

Added

  • 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.