Commit graph

49 commits

Author SHA1 Message Date
Alan Hamlett
99c99c4c16 Enable autoescape for render_template_string 2015-07-04 23:41:43 +02:00
Phil Schaf
4437eb7ceb slimmed down error handling intro 2015-04-11 18:01:22 +02:00
Phil Schaf
d4ad47af62 added info about an exception being raised for the old and broken behavior 2015-04-11 17:44:18 +02:00
Phil Schaf
9d3c4bbb8c Added docs for the error handler rework 2015-04-11 17:25:17 +02:00
Alex Chan
8570633214 Fix a few spelling mistakes in the docs 2015-04-03 20:43:40 +01:00
defuz
1501b79293 docs: :exc:TypeError 2014-11-05 08:16:27 +03:00
defuz
02694d609f docs: :command:pip, :option:--debug 2014-11-05 07:03:55 +03:00
defuz
a8f570cc62 docs: :file:app.py, :file:yourapp/templates 2014-11-05 06:45:22 +03:00
Petr Zemek
ebab6718f7 Unify the uses of "testsuite" vs "test suite".
Use "test suite", which is more prevailing in the source code.
2014-10-27 11:31:01 +01:00
Armin Ronacher
84ad89ffa4 Always log now, even if debug is off. 2014-08-27 01:08:19 +02:00
Nico Revin
22219f51e5 Update doclinks
Fix redirects and broken links
2014-07-24 23:30:50 +04:00
Daniel Neuhäuser
e89c867d62 Switch packages.python.org to pythonhosted.org 2014-04-26 01:35:37 +02:00
atupal
132c2c4c79 missed word.
request tstack -> request context stack
2014-04-02 09:16:43 +08:00
Armin Ronacher
fc2225b463 Fixed a broken link in the docs 2013-06-09 12:47:01 +01:00
Armin Ronacher
1949c4a9ab flask.g is now on the app context and not the request context 2012-12-21 11:45:42 +01:00
Armin Ronacher
39329bfc07 Merge pull request #591 from finbarrocallaghan/master
fixed some typos
2012-10-07 03:54:58 -07:00
Armin Ronacher
261c4a6aee Updated documentation for the new sessions 2012-10-07 12:40:59 +02:00
Finbarr O'Callaghan
e8d50a7aba fixed spelling but not the grammar! 2012-09-06 18:19:50 +01:00
Finbarr O'Callaghan
48f7cdd016 various typo fixes 2012-09-06 18:04:51 +01:00
Armin Ronacher
a4977cfe2b Removed outdated section in the docs 2012-08-11 03:13:16 +01:00
Armin Ronacher
4df3bf2058 Implemented experimental JSON based sessions 2012-08-11 02:36:14 +01:00
Ron DuPlain
10c34e6652 Reword 0.9 upgrade doc, thanks to plaes on #pocoo. 2012-04-19 11:50:08 -04:00
Armin Ronacher
52f9cefbcd More documentation updates for 0.9 2012-04-09 17:35:16 +01:00
Armin Ronacher
cf1641e5be Changed the implementation of returning tuples from functions 2012-04-09 15:56:33 +01:00
Armin Ronacher
d49221bf2e The test client now properly pops response contexts on __exit__ 2011-08-26 14:01:46 +01:00
Armin Ronacher
d3ca55177a Updated the docs and examples to non-failing teardown handlers 2011-08-25 20:56:43 +01:00
Armin Ronacher
ce70131975 If JSON parsing fails it now issues a BadRequest exception. 2011-08-08 21:47:26 +02:00
Armin Ronacher
f29ec355e9 Backwards compatibility import 2011-07-07 13:14:15 +02:00
Armin Ronacher
0fb2e4c848 More invalid doc fixing 2011-07-01 00:52:06 +02:00
Armin Ronacher
8ba6673670 Fixed a changelog entry 2011-07-01 00:50:18 +02:00
Armin Ronacher
d0821edca5 Fixed link to the upgrade script. github changed links apparently 2011-06-28 16:08:19 +02:00
Armin Ronacher
dbb9a2ed46 Added note on templates not being updated 2011-06-17 03:45:19 +02:00
Armin Ronacher
c9cd6084c2 More upgrade notes for blueprints 2011-06-05 16:33:54 +02:00
Armin Ronacher
207a7908e8 Note for windows users on the upgrade script 2011-06-05 16:26:18 +02:00
Armin Ronacher
60bd620947 Warning about deprecation warnings not showing 2011-06-05 16:22:44 +02:00
Armin Ronacher
9770054dee Started documenting the upgrade script 2011-06-05 16:11:17 +02:00
Armin Ronacher
1f31ec4bea Added documentation in update document for new error handling 2011-06-05 10:32:00 +02:00
Armin Ronacher
115d31ddbf More documentation updates 2011-05-27 20:29:03 +02:00
Ron DuPlain
6875a057ec Fixed small typos in docs. Added a cross-ref. 2010-10-07 19:32:07 +08:00
Armin Ronacher
a354c393ae Fixed a typo 2010-08-07 13:37:43 +02:00
Armin Ronacher
fda14678c0 Deprecated send_file etag support and mimetype guessing for file-like objects. This fixes #104 2010-08-07 13:36:39 +02:00
Armin Ronacher
faa1c71e45 Request local objects now fail properly with a RuntimeError. This fixes #105 2010-08-07 13:02:53 +02:00
jgraeme
ff2786d8af Fix some typos in the docs 2010-08-03 18:07:40 +08:00
Armin Ronacher
aa3d8398fd Config is now available in templates, context processors no longer override keys 2010-07-13 23:30:29 +02:00
Armin Ronacher
d12d73263f Reverse order of execution of post-request handlers. This fixes #82 2010-07-12 18:04:10 +02:00
Armin Ronacher
09e7b5eb2f Added a chapter for 0.5 in upgrading.rst 2010-07-04 20:40:58 +02:00
Armin Ronacher
7503fc8175 Added upgrading notes 2010-06-19 17:17:50 +02:00
Armin Ronacher
ce6e4cbd73 0.5 is 0.3 now, why skip numbers? 2010-05-28 01:18:29 +02:00
Armin Ronacher
dfecc86dd3 Ported examples over to new config. documented upgrading 2010-05-27 21:17:25 +02:00