diff --git a/change-notes/1.20/analysis-python.md b/change-notes/1.20/analysis-python.md index 2cabef7cba6..cc5442d8c76 100644 --- a/change-notes/1.20/analysis-python.md +++ b/change-notes/1.20/analysis-python.md @@ -38,5 +38,7 @@ The API has been improved to declutter the global namespace and improve discover ## Changes to QL libraries * Added support for the `dill` pickle library. - * Added support for the bottle web framework. + * Added support for the `bottle` web framework. + * Added support for the `turbogears` web framework. + diff --git a/change-notes/1.20/support/python-frameworks.csv b/change-notes/1.20/support/python-frameworks.csv index 0e54f08aaa7..cafdbe20a83 100644 --- a/change-notes/1.20/support/python-frameworks.csv +++ b/change-notes/1.20/support/python-frameworks.csv @@ -1,7 +1,9 @@ Name, Category +Bottle, Web framework Django, Web application framework Flask, Microframework Pyramid, Web application framework Tornado, Web application framework and asynchronous networking library +Turbogears, Web framework Twisted, Networking engine WebOb, WSGI request library