Commit Graph

28 Commits

Author SHA1 Message Date
David Lord 9cb1a7a52d
blinker is required, signals are always available 2023-04-13 07:39:24 -07:00
David Lord ba2b3094d1
fix test client arg for query string example 2023-02-10 10:50:48 -08:00
David Lord e0dad45481
update docs about contexts 2022-07-08 11:13:09 -07:00
David Lord 84c722044a
new debug/test preserve context implementation 2022-07-01 12:01:44 -07:00
David Lord ab1fbef29a
prefer --app over FLASK_APP in docs 2022-06-17 09:26:26 -07:00
Seth Rutner 1a40d9b976
fix grammar in links to app and request context 2021-10-01 10:16:20 -07:00
David Lord 171aabc87d
remove unused ref directives
replace page refs with doc directives
2020-04-04 12:57:14 -07:00
David Lord 07556da918
Merge remote-tracking branch 'origin/1.1.x' 2020-02-10 18:29:43 -08:00
Isaac To b80eaf2c99
Incorrect grammar
The original sentence has incorrect grammar
2020-02-10 17:47:42 -08:00
David Lord 2c66746a37
Merge branch '1.1.x' 2020-02-09 15:21:13 -08:00
Isaac To bb66b61d1d
A better expression for the intended meaning 2020-02-06 12:04:49 -08:00
Isaac To ce08807a8b
This is a typo. 2020-02-06 10:52:59 -08:00
David Lord a83d6d2528
Merge remote-tracking branch 'origin/1.1.x' 2019-11-18 17:54:20 -08:00
Marat Sharafutdinov 468705df17
Update reqcontext.rst 2019-10-14 23:48:48 +03:00
Kristin Faner af970bd20f
fix typo in request context docs 2019-10-08 09:06:01 -07:00
Alexis Benoist b9b88b0cdf doc reqcontext fix teardown example (#2892)
* doc reqcontext fix teardown example

* remove comments
2018-08-25 00:12:15 +09:00
David Lord 2411707492
rework context docs 2018-04-09 00:02:38 -07:00
Tully Rankin 041c68f48b Updated request context documentation. 2017-05-22 11:28:58 -07:00
Tully Rankin c590e820aa Updated documentation. Replaced term development mode with debug mode. #2261 2017-05-22 11:25:02 -07:00
lord63 6d0bbd627c Fix typo
* Use the compatible way to handle the exception. You can find the
source code wsgi_app in app.py, and it use the compatible way, so update it
* Fix typo in config.py
* Fix typo in app.py
2016-02-03 21:08:22 +08:00
defuz 663802e976 docs: ``with``, ``for``, ``self`` 2014-11-05 07:39:54 +03:00
Daniel Neuhäuser 5689ef3639 Fix typo s/at at/at a/ 2013-10-22 14:01:33 +02:00
Armin Ronacher d26af4fd6d Fixed some smaller things in the docs 2012-04-09 17:38:08 +01:00
Armin Ronacher 9bed20c07c Added documentation for appcontext and teardown handlers 2012-04-09 17:29:00 +01:00
Armin Ronacher d3ca55177a Updated the docs and examples to non-failing teardown handlers 2011-08-25 20:56:43 +01:00
ThomasWaldmann e140bad3f8 fixed typo 2011-07-10 09:28:26 -07:00
Ron DuPlain 20bf8edcf4 Rename teardown example to avoid confusion. 2011-06-08 10:36:31 -04:00
Armin Ronacher e71a5ff8de Started work on new request dispatching. Unittests not yet updated 2011-05-27 20:10:53 +02:00