Home > Release Notes > wq.db 0.3.1

wq.db 0.3.1

API improvements

  • Simple pages added via app.router.add_page in wq.db.rest now have the page configuration used as the template context. (#3)
  • Support for returning a detail page other than the one for model that was just saved (wq/wq.app#9).
  • Enable support for PATCH updates

Other

  • Various minor bug fixes