Skip to content

Version 0.32.1

Choose a tag to compare

@devkral devkral released this 13 Jun 04:54
· 36 commits to main since this release
0.32.1
88f755b

Added

  • Customization hooks for admin.
  • Expose marshalls in a global edgy.marshalls namespace.
  • Add authentication for admin_serve.

Changed

  • Don't import mixins from sub-modules in edgy.core.db.models.mixins (to prevent import-cycles).
  • Move Metaclass from BaseMarshall to Marshall.
  • admin_prefix_url is automatically inferred.
  • Require session for embedding admin.

Fixed

  • Allow marshalls with the name Marshall.
  • Fix repr on marshalls.
  • Fix recent_models.