TurboGears v4.1 Release Notes

Release Date: 2019-09-02 // over 4 years ago
    • ๐Ÿ›  Fixed hooks documentation (it wasn't updated to 2.4 hooks)
    • ๐Ÿ›  Fixed examples in controller wrappers registration (they weren't updated to 2.4)
    • ๐Ÿ‘ Error controller is now able to properly respond JSON when the client sends Accept: application/json even if the routed action didn't support it.
    • ๐Ÿ›  Fixed crash when error controller is accessed directly without any error.
    • โœ‚ Removed stray <p> tag in JSON responses from error controller.
    • Replaced references to 2.3 with 2.4 in quickstarted apps