TurboGears v3.12 Release Notes

Release Date: 2018-04-06 // almost 6 years ago
    • 0️⃣ 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