flask/flask
2011-08-26 13:47:01 +01:00
..
testsuite Require that cookies are enabled in the test client for session transactions 2011-08-26 13:47:01 +01:00
__init__.py Switch to explicit Werkzeug imports 2011-07-15 18:03:48 +02:00
app.py The test client and test_request_context are now both using the same logic internally for creating the environ. Also they use APPLICATION_ROOT now. 2011-08-25 20:47:50 +01:00
blueprints.py Added the ability to trigger functions before the first request to the application 2011-08-07 12:43:38 +02:00
config.py Switch to explicit Werkzeug imports 2011-07-15 18:03:48 +02:00
ctx.py Don't use deprecated flask.session in flask.ctx. 2011-07-12 21:51:53 +02:00
debughelpers.py Flask will now give you an error in debug mode if a post request caused a redirect by the routing system. 2011-08-09 14:51:06 +02:00
globals.py Switch to explicit Werkzeug imports 2011-07-15 18:03:48 +02:00
helpers.py Updated docstring on make_response 2011-08-25 21:49:50 +01:00
logging.py Extend the logging from the dynamically set logger class. This fixes #234 2011-05-24 16:34:41 +02:00
module.py Chnaged a bunch of behavior in blueprints for it to be more flexible. Improved backwards compat. 2011-06-16 23:55:49 +02:00
session.py Refactored session interface 2011-07-07 11:27:22 +02:00
sessions.py Added the APPLICATION_ROOT configuration variable which is used by session backends. 2011-08-25 12:13:55 +01:00
signals.py Started work on new request dispatching. Unittests not yet updated 2011-05-27 20:10:53 +02:00
templating.py Fixed a bug in list_templates 2011-07-16 01:16:29 +02:00
testing.py Require that cookies are enabled in the test client for session transactions 2011-08-26 13:47:01 +01:00
views.py Added flask.views.View.decorators to automatically decorate class based views. 2011-08-25 22:09:48 +01:00
wrappers.py Removed second mention of json. This fixes #290 2011-08-09 16:16:04 +02:00