From cbfacd8962587d864e89d876e772fb4c1234f94d Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 5 Jun 2011 14:32:33 +0200 Subject: [PATCH] Added disclaimer --- scripts/flask-07-upgrade.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/flask-07-upgrade.py b/scripts/flask-07-upgrade.py index a91db85c..abe774c5 100644 --- a/scripts/flask-07-upgrade.py +++ b/scripts/flask-07-upgrade.py @@ -11,6 +11,11 @@ This will also attempt to find `after_request` functions that don't modify the response and appear to be better suited for `teardown_request`. + This application is indeed an incredible hack, but because what it + attempts to accomplish is impossible to do statically it tries to support + the most common patterns at least. The diff it generates should be + hand reviewed and not applied blindly without making backups. + :copyright: (c) Copyright 2011 by Armin Ronacher. :license: see LICENSE for more details. """