Commit graph

2136 commits

Author SHA1 Message Date
Chris Rebert
fe6bcffdad Document required signature of before_first_request-decorated functions 2015-02-05 12:45:59 -08:00
Chris Rebert
6a2524634d Document that the return values of teardown functions are ignored 2015-02-05 12:45:11 -08:00
Chris Rebert
eccee36964 Document required signature of before_request functions
Unless you happened to also read preprocess_request()'s docstring,
it wasn't not obvious that return values from these functions are treated as
response values.
2015-02-05 12:38:34 -08:00
Chris Rebert
a45fce8496 fix grammar in preprocess_request() docstring 2015-02-05 12:35:25 -08:00
Markus Unterwaditzer
4dc3c16c3d Merge pull request #1332 from mypetyak/docs/teardown_request_docstring
Fixed minor docstring typo for teardown_request()
2015-01-29 07:09:58 +01:00
Christopher Bunn
d60e13436d Fixed minor docstring typo for teardown_request() 2015-01-28 21:04:43 -05:00
Markus Unterwaditzer
495704e1ad Merge branch 'date-support-in-jsonify' 2015-01-23 14:55:24 +01:00
Markus Unterwaditzer
51b011fac7 link to relevant PR
see #1326
2015-01-23 14:54:30 +01:00
Ben Jones
61263e08f9 Add datetime.date support to JSONEncoder 2015-01-23 07:44:17 -06:00
Markus Unterwaditzer
1ba6c2248d Add readme to persona example
Fix #1310
2015-01-17 13:18:27 +01:00
Markus Unterwaditzer
e3ba459abb Merge pull request #1318 from cerivera/master
grammar fixes
2015-01-16 15:06:08 +01:00
Carlos Eduardo Rivera
65465ffece grammar fixes 2015-01-16 03:36:17 -06:00
Markus Unterwaditzer
dfeabb7089 Merge pull request #1315 from brettgerry/deprecate-textfield
Replace TextField with StringField in registration page example
2015-01-13 23:55:53 +01:00
Brett Gerry
6517a1a37c deprecate TextField in favor of StringField 2015-01-13 14:47:41 -08:00
Markus Unterwaditzer
b68dc78d09 Merge pull request #1313 from homeworkprod/patch-1
Added missing import.
2015-01-13 17:58:14 +01:00
Jochen Kupperschmidt
e3bb34ec24 Added missing import.
As this specific code block lists imports in general and an import from the `flask` package specifically, it should also include `g` for the sake of completeness.
2015-01-13 03:03:14 +01:00
Markus Unterwaditzer
5b98266152 Merge pull request #1303 from Parkayun/master
Happy New Year 2015
2015-01-03 14:00:39 +01:00
Parkayun
33534bb4a9 Happy New Year 2015 2015-01-02 11:35:00 +09:00
Markus Unterwaditzer
4fde65eb7a Merge pull request #1299 from sateeshkumarb/patch-1
Update quickstart.rst
2014-12-30 18:14:59 +01:00
Sateesh
b9eb805167 Update quickstart.rst
Minor grammar correction.
2014-12-30 22:40:13 +05:30
Markus Unterwaditzer
bd2c8b631f Fix #1298 2014-12-30 12:08:17 +01:00
Markus Unterwaditzer
df256f04c2 Merge pull request #1297 from nryoung/master
Fix grammar in testing doc.
2014-12-30 10:10:13 +01:00
Nic Young
29ba05f5be Fix grammar in testing doc. 2014-12-29 22:11:17 -07:00
Armin Ronacher
d931216ade Hide a few traceback frames from the cli interface. 2014-12-27 12:25:03 +01:00
Markus Unterwaditzer
3f46f4f77a Add changelog for #1288 2014-12-26 20:16:25 +01:00
Markus Unterwaditzer
45e901fbf8 Merge pull request #1290 from mhall1/ticket_1288
Fixed #1288: app.add_url_rule() should look for OPTIONS methods in a case-insensitive manner
2014-12-26 20:14:01 +01:00
Michael Hall
98b155c65d Fixed #1288: app.add_url_rule() should look for OPTIONS methods in a case-insensitive manner 2014-12-26 08:58:35 -05:00
Markus Unterwaditzer
b292013cd9 Merge pull request #1292 from moonshadow/fix_typo
fix typo
2014-12-25 16:49:59 +01:00
Wang Haowei
47b5c09ba6 fix typo 2014-12-25 11:52:11 +08:00
Markus Unterwaditzer
413ae6137e Merge pull request #1285 from methane/patch-4
Use new container based Travis-CI
2014-12-20 15:05:51 +01:00
INADA Naoki
454ffa2d88 Use new container based Travis-CI 2014-12-18 13:25:12 +09:00
Markus Unterwaditzer
b7dfa6c363 Merge pull request #1280 from jcomo/mongokit-doc-update
Update mongokit pattern
2014-12-17 13:28:24 +01:00
Jonathan Como
bd4921194e verbage 2014-12-16 23:52:43 -08:00
Markus Unterwaditzer
82d7c49d00 Merge pull request #1277 from iKevinY/doc-fixes
Documentation fixes (mostly in Tutorial)
2014-12-16 20:30:51 +01:00
Kevin Yap
23fc2e56a8 Grammatical fixes in Foreword and Tutorial 2014-12-16 11:30:00 -08:00
Jonathan Como
a8498b6859 update mongokit patterng 2014-12-15 13:25:15 -08:00
Kevin Yap
475d7076f0 Standardized capitalization of "GitHub" in docs 2014-12-12 22:55:12 -08:00
Markus Unterwaditzer
41b5d77e29 Merge pull request #1273 from prakashpp/patch-1
Fixed wording
2014-12-09 18:22:38 +01:00
Prakash Pandey
4d8cba917e Fixed wording 2014-12-09 22:46:10 +05:30
Markus Unterwaditzer
eca5306386 Merge pull request #1262 from msabramo/JSONIFY_END_WITH_NEWLINE
Add JSONIFY_END_WITH_NEWLINE config variable
2014-12-07 23:53:07 +01:00
Marc Abramowitz
d9402fc0c0 Make jsonify terminate responses with a newline
This came up in the context of
https://github.com/kennethreitz/httpbin/issues/168
2014-12-07 14:37:26 -08:00
Markus Unterwaditzer
f166894f76 Merge branch 'flask_deployment_docs'
Conflicts:
	docs/quickstart.rst
2014-12-04 22:39:28 +01:00
Markus Unterwaditzer
86525d9b37 Merge pull request #1264 from svenstaro/patch-1
Update information about Python 3
2014-12-04 22:36:31 +01:00
Markus Unterwaditzer
3bf9c2e097 Merge pull request #1269 from pkuphy/patch-2
Update api.rst
2014-12-04 20:20:00 +01:00
pkuphy
fbe3e81818 Update api.rst
is an -> if a
2014-12-05 02:53:30 +08:00
Sven-Hendrik Haase
a5d24ac0d9 Remove head lines and add versions of first Python 3 support 2014-12-02 21:09:45 +01:00
Sven-Hendrik Haase
eb6df3ddf1 Describe the nature of Python 3 roughness 2014-12-02 20:46:46 +01:00
Sven-Hendrik Haase
aaa3a04545 Admit the occasional encoding problem 2014-12-02 19:40:12 +01:00
Sven-Hendrik Haase
83336e0622 Update information about Python 3
Python 3 and Flask is a good combination nowadays that works rather well. In fact, [most PyPI libs](https://regebro.wordpress.com/2014/10/23/59-of-maintained-packages-support-python-3/) are now ported and it's generally ok to encourage people to use Python 3 for new projects.
2014-12-02 18:13:02 +01:00
Markus Unterwaditzer
924763afd1 Merge pull request #1263 from its-not-a-bug-its-a-feature/patch-1
Small Typo fix
2014-12-01 06:51:04 +01:00