Skip to content

Version 2.3.12

Compare
Choose a tag to compare
@amol- amol- released this 06 Apr 12:36
· 209 commits to development since this release
  • OPTIONS HTTP method for a RestController will now respond with a 204 "No Content" by default instead of a 404
  • New chain_validation=True option in @validate allows to apply validation to error_handlers too. ( http://turbogears.readthedocs.io/en/latest/reference/classes.html#validation )
  • WebOb version constrained to >=1.2,<1.8.0 to ensure full compatibility with TurboGears2.3
  • Fixed highlight of active page in Jinja quickstart