Version 2.3.12
- 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 toerror_handler
s 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