Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0943f commit 3854050Copy full SHA for 3854050
2 files changed
change-notes/1.20/analysis-python.md
@@ -38,5 +38,7 @@ The API has been improved to declutter the global namespace and improve discover
38
## Changes to QL libraries
39
40
* Added support for the `dill` pickle library.
41
- * Added support for the bottle web framework.
+ * Added support for the `bottle` web framework.
42
+ * Added support for the `turbogears` web framework.
43
+
44
change-notes/1.20/support/python-frameworks.csv
@@ -1,7 +1,9 @@
1
Name, Category
2
+Bottle, Web framework
3
Django, Web application framework
4
Flask, Microframework
5
Pyramid, Web application framework
6
Tornado, Web application framework and asynchronous networking library
7
+Turbogears, Web framework
8
Twisted, Networking engine
9
WebOb, WSGI request library
0 commit comments