Bruce Sutherland
479a4c3908
Update api.rst
...
Changed Japanese text to pi symbol, emphasize that values are unicode.
2015-01-21 15:00:38 +09:00
Bruce Sutherland
59bd9661ba
Clarify contents of request properties.
...
Change URL to IRI and update examples to include extended characters.
2015-01-21 14:09:30 +09:00
Markus Unterwaditzer
5bfe6e6e94
Add readme to persona example
...
Fix #1310
2015-01-17 13:18:27 +01:00
Markus Unterwaditzer
52a15ef3a5
Merge pull request #1318 from cerivera/master
...
grammar fixes
2015-01-16 15:06:08 +01:00
Carlos Eduardo Rivera
82765c7551
grammar fixes
2015-01-16 03:36:17 -06:00
Markus Unterwaditzer
12242dcfc1
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
9cf23c47df
deprecate TextField in favor of StringField
2015-01-13 14:47:41 -08:00
Markus Unterwaditzer
4c4114f84e
Merge pull request #1313 from homeworkprod/patch-1
...
Added missing import.
2015-01-13 17:58:14 +01:00
Jochen Kupperschmidt
cb4d93c140
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
13947abe69
Merge pull request #1303 from Parkayun/master
...
Happy New Year 2015
2015-01-03 14:00:39 +01:00
Parkayun
e05771ff60
Happy New Year 2015
2015-01-02 11:35:00 +09:00
Markus Unterwaditzer
52c45c940f
Merge pull request #1299 from sateeshkumarb/patch-1
...
Update quickstart.rst
2014-12-30 18:14:59 +01:00
Sateesh
4f4c0cd801
Update quickstart.rst
...
Minor grammar correction.
2014-12-30 22:40:13 +05:30
Markus Unterwaditzer
de3de8d6bf
Fix #1298
2014-12-30 12:08:17 +01:00
Markus Unterwaditzer
889f960bb1
Merge pull request #1297 from nryoung/master
...
Fix grammar in testing doc.
2014-12-30 10:10:13 +01:00
Nic Young
5281e04e51
Fix grammar in testing doc.
2014-12-29 22:11:17 -07:00
Armin Ronacher
3481827dda
Hide a few traceback frames from the cli interface.
2014-12-27 12:25:03 +01:00
Markus Unterwaditzer
eeb352fd48
Add changelog for #1288
2014-12-26 20:16:25 +01:00
Markus Unterwaditzer
ab8749b735
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
ca45970012
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
b48e9f13ef
Merge pull request #1292 from moonshadow/fix_typo
...
fix typo
2014-12-25 16:49:59 +01:00
Wang Haowei
557f7be0fa
fix typo
2014-12-25 11:52:11 +08:00
Markus Unterwaditzer
93553eb9d2
Merge pull request #1285 from methane/patch-4
...
Use new container based Travis-CI
2014-12-20 15:05:51 +01:00
INADA Naoki
25cb2ae484
Use new container based Travis-CI
2014-12-18 13:25:12 +09:00
Markus Unterwaditzer
f115d30022
Merge pull request #1280 from jcomo/mongokit-doc-update
...
Update mongokit pattern
2014-12-17 13:28:24 +01:00
Jonathan Como
0e5185eb67
verbage
2014-12-16 23:52:43 -08:00
Markus Unterwaditzer
0ad41e32f3
Merge pull request #1277 from iKevinY/doc-fixes
...
Documentation fixes (mostly in Tutorial)
2014-12-16 20:30:51 +01:00
Kevin Yap
8b1337d85a
Grammatical fixes in Foreword and Tutorial
2014-12-16 11:30:00 -08:00
Jonathan Como
6edaf51457
update mongokit patterng
2014-12-15 13:25:15 -08:00
Kevin Yap
33131af648
Standardized capitalization of "GitHub" in docs
2014-12-12 22:55:12 -08:00
Markus Unterwaditzer
b4804d39ce
Merge pull request #1273 from prakashpp/patch-1
...
Fixed wording
2014-12-09 18:22:38 +01:00
Prakash Pandey
963c51196f
Fixed wording
2014-12-09 22:46:10 +05:30
Markus Unterwaditzer
4cfe2e30b0
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
8a022de2ed
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
b554c644c0
Merge branch 'flask_deployment_docs'
...
Conflicts:
docs/quickstart.rst
2014-12-04 22:39:28 +01:00
Markus Unterwaditzer
1d7e42cabe
Merge pull request #1264 from svenstaro/patch-1
...
Update information about Python 3
2014-12-04 22:36:31 +01:00
Markus Unterwaditzer
94138c010c
Merge pull request #1269 from pkuphy/patch-2
...
Update api.rst
2014-12-04 20:20:00 +01:00
pkuphy
458b7fd572
Update api.rst
...
is an -> if a
2014-12-05 02:53:30 +08:00
Sven-Hendrik Haase
e361abe868
Remove head lines and add versions of first Python 3 support
2014-12-02 21:09:45 +01:00
Sven-Hendrik Haase
1d482ab75d
Describe the nature of Python 3 roughness
2014-12-02 20:46:46 +01:00
Sven-Hendrik Haase
4871e4b598
Admit the occasional encoding problem
2014-12-02 19:40:12 +01:00
Sven-Hendrik Haase
98ff244dfd
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
0803aa267a
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
David Cole
e39fd36988
Small Typo fix
2014-11-30 19:28:36 -08:00
Markus Unterwaditzer
fc135bed59
Merge pull request #1247 from Winnetou/patch-8
...
Minor typos
2014-11-12 14:17:31 +01:00
Mieszko
5d3a298a36
Minor typos cont.
2014-11-12 13:34:01 +01:00
Markus Unterwaditzer
c4d782d0c7
Merge pull request #1245 from Winnetou/patch-7
...
Minor typos
2014-11-09 00:05:00 +01:00
Mieszko
a7eefc2b46
Update sqlite3.rst
2014-11-08 22:21:27 +01:00
Markus Unterwaditzer
7be0cb0f22
Merge pull request #1244 from Winnetou/patch-6
...
Minor typos fixed
2014-11-07 10:24:52 +01:00
Mieszko
8c85c909d2
Minor typos fixed
...
According to Cambrigde English Dictionary "web server" ==correct, "webserver" ==incorrect.
2014-11-06 23:42:44 +01:00