Commit Graph

66 Commits

Author SHA1 Message Date
Natan ffbab00cd1 Rectified rampant 'roule'. 2012-04-17 19:28:28 -07:00
Armin Ronacher 9bed20c07c Added documentation for appcontext and teardown handlers 2012-04-09 17:29:00 +01:00
Armin Ronacher 3249eeb438 Merge branch 'master' of github.com:mitsuhiko/flask 2012-04-09 15:26:09 +01:00
Armin Ronacher 0207e90155 Updated docs for the app context. 2012-04-09 15:22:36 +01:00
wilsaj a77938837c docfix: wrong converter name: unicode -> string fixes #364 2012-03-12 18:01:11 -05:00
FND 4aebc267bc Hyphenate "class-based"
makes it more readable
2012-01-31 13:54:52 +01:00
awsum d620ea7ea2 Update docs/api.rst a bit to reflect code. 2012-01-16 13:42:43 -05:00
Ross Lawley 11c9bf2943 Api fix status_code => status 2011-10-17 13:12:12 +00:00
Armin Ronacher 363d9ed10d More doc typo fixes 2011-09-25 19:24:37 +02:00
Armin Ronacher 6dccf77546 PERMANENT_SESSION_LIFETIME can now be an integer. This fixes #310 2011-09-25 19:12:41 +02:00
Armin Ronacher 83b1da8df8 Inserted verb 2011-09-25 19:01:30 +02:00
Armin Ronacher 142c9c391b Fixed typos in copy/pasted text 2011-09-25 18:56:15 +02:00
Armin Ronacher df1dd57045 Cleaned up url routing common docs. This fixes #279 2011-09-25 18:49:00 +02:00
Armin Ronacher 1e6c5f0975 Documented flask.ext. 2011-09-18 12:51:10 +02:00
Armin Ronacher e853a0f739 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
Armin Ronacher a5da2c98f3 Implemented flask.testing.TestClient.session_transaction for quick session modifications in test environments. 2011-08-25 15:18:39 +01:00
Armin Ronacher 63876614b6 Removed second mention of json. This fixes #290 2011-08-09 16:16:04 +02:00
Armin Ronacher 92c7bdd2dd Documented Request.headers 2011-08-09 15:16:41 +02:00
Armin Ronacher 153d727d1f Fixed the docs for the request object. They were incomplete 2011-07-30 02:07:31 +02:00
Armin Ronacher 6ca321c979 Added a versionadded 2011-07-14 14:25:50 +02:00
Armin Ronacher 76796c326d Documented view function options 2011-07-14 14:25:14 +02:00
Armin Ronacher deb513c7fe The session interface is new in 0.8, not 0.7 2011-07-08 14:38:49 +02:00
Armin Ronacher 0fccfe711f Refactored session interface 2011-07-07 11:27:22 +02:00
Armin Ronacher 22d468e190 Less annoying gender neutral forms 2011-06-28 14:34:07 +02:00
Armin Ronacher b36d7b3288 Added class based view documentation 2011-06-28 14:24:54 +02:00
Armin Ronacher 4e47ea9105 Merge branch 'master' into blueprints 2011-06-27 09:30:39 +02:00
Jeffrey Finkelstein 12761bd02c fixed pronoun gender in documentation 2011-06-26 21:43:48 -04:00
Armin Ronacher 86175054d6 More docstrings for blueprints. 2011-06-17 20:27:25 +02:00
Armin Ronacher e71a5ff8de Started work on new request dispatching. Unittests not yet updated 2011-05-27 20:10:53 +02:00
Simon Sapin 7ed3196e8d Add safe_join: returns the filename used by send_from_directory.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-04-18 16:48:12 +02:00
Armin Ronacher fbd488678f Implemented flask.has_request_context() 2011-03-14 16:13:58 -04:00
matt swanson 4141afa22b fixing cross-reference links on API doc page 2011-03-13 15:32:19 -09:00
Dag Odenhall 384ad219cb Typo in docs
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-01-20 16:46:03 +01:00
Daniel D. Beck 4f1b086218 Fixed: incorrect indentation level for session's permanent attribute
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-11-02 00:05:08 +01:00
Ron DuPlain 216478f715 docs: Finished sentence on Notes on Proxies. 2010-10-07 19:32:07 +08:00
Armin Ronacher 3b0eb0f3ca Added notes on proxies 2010-07-20 10:12:58 +01:00
Armin Ronacher c360f005c3 Added signal documentation 2010-07-17 15:25:53 +02:00
Armin Ronacher e0712b47c6 Added support for signals 2010-07-17 14:39:28 +02:00
Armin Ronacher 6fc1492357 Added make_response 2010-07-17 11:36:16 +02:00
Armin Ronacher c34b03e9a6 Documented send_from_directory 2010-07-05 10:25:51 +02:00
Armin Ronacher 881aa3ab2d Fixed an rst syntax error 2010-06-29 15:59:55 +02:00
Armin Ronacher 9373a71c26 improved _request_ctx_stack docs 2010-06-29 15:25:20 +02:00
Armin Ronacher bc00fd1e83 Added support for deferred context cleanup. test_client users can now access the context locals after the actual request if the client is used with a with-block. This fixes #59. 2010-06-03 15:26:07 +02:00
Armin Ronacher a6617f44c0 Documented _request_ctx_stack. This fixes #57 2010-05-31 17:50:31 +02:00
Georg Brandl a224fecfd5 More typo fixes. 2010-05-30 02:15:05 +08:00
Armin Ronacher 182ee31503 Added chapter about config 2010-05-27 17:42:01 +02:00
Armin Ronacher 4d16486132 Improved configuration support. 2010-05-27 13:31:35 +02:00
Armin Ronacher 854e0e26d1 Fixed some documentation issues. This fixes #41. 2010-05-18 18:05:05 +02:00
Armin Ronacher 9fa4f94ad8 Merge branch 'master' into module-support
Conflicts:
	CHANGES
	docs/_themes
	tests/flask_tests.py
2010-05-12 01:04:35 +02:00
Armin Ronacher 2d87e9bc37 Added support for send_file 2010-05-10 11:27:42 +02:00