From 25978cf591c75faaab21b9159579a2e1e18c8734 Mon Sep 17 00:00:00 2001 From: Albertas Agejevas Date: Sun, 27 Jul 2014 17:35:50 +0200 Subject: [PATCH] Mentioned framework support in the docs. --- docs/docs/features.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/features.rst b/docs/docs/features.rst index 321cbf71..fcc8e1b2 100644 --- a/docs/docs/features.rst +++ b/docs/docs/features.rst @@ -41,6 +41,7 @@ Supported Python Features - simple/usual ``sys.path`` modifications - ``isinstance`` checks for if/while/assert - namespace packages (includes ``pkgutil`` and ``pkg_resources`` namespaces) +- Django / Flask / Buildout support Unsupported Features