From a7ec1364f48ec064cff4ed67801ca7274ba6476a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 16 Oct 2018 04:42:44 -0700 Subject: [PATCH] features --- docs/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 81e7db5..9bbcbb1 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -48,6 +48,7 @@ Features -------- - A pleasant API, with a single import statement. +- Class-based views without inheritence. - ASGI framework, the future of Python web services. - The ability to mount any ASGI / WSGI app at a subroute. - *f-string syntax* route declration.