Kenneth Reitz
868fda0bdd
Merge pull request #1088 from lord63/master
...
Update installation.rst
2014-06-18 03:03:42 +08:00
Wxcafé (Clément Hertling)
4a09bff0be
Update mod_wsgi.rst
...
Changes deprecated pkg_add to pkg install, adds documentation for yum
2014-06-16 22:07:20 +02:00
lord63
fdadfc36e2
Update installation.rst
2014-06-16 18:59:33 +08:00
lord63
cc08ebeafd
Update installation.rst
...
Add descriptions about how leave from the virtual environment.
2014-06-16 18:39:16 +08:00
EJ Lee
96719bb87c
Update mod_wsgi.rst
...
note configuration changes in apache 2.4
2014-06-02 21:28:27 +09:00
Kenneth Reitz
ce739ac02f
Merge pull request #1075 from brannerchinese/master
...
add `Table` to import in `sqlalchemy.rst` example
2014-05-30 13:39:21 -04:00
David Branner
fb5d674488
add Table to import in sqlalchemy.rst example
2014-05-30 12:48:49 -04:00
Kenneth Reitz
dc77f07c10
Merge pull request #1062 from SteelyWing/patch-2
...
Doc for add check upload file
2014-05-27 12:10:37 -04:00
Kenneth Reitz
9c952455d4
Merge pull request #1064 from kekumu/patch-adv-foreword
...
Ambiguity in Advanced Foreword
2014-05-27 12:09:38 -04:00
Bulat Bochkariov
b1f46f9b6a
Fixed a typo.
2014-05-20 21:54:54 -07:00
kekumu
a37f8c6a1c
Update advanced_foreword.rst
...
I think the doc is supposed to read, "Because of that, Flask has a few design choices that some people might find surprising or unorthodox."
Otherwise, it could possibly mean, "Because of that, Flask has few design choices that people would find surprising or unorthodox."
Or perhaps even less ambiguous, "Because of that, Flask has few surprising or unorthodox design choices."
2014-05-19 01:52:58 -04:00
Wing
805e77b0a8
Doc for add check upload file
2014-05-17 14:44:34 +08:00
Ian Connolly
a80a7ce9d6
Fixes #1051
2014-05-13 22:11:05 +01:00
Kenneth Reitz
a5d264cc5f
Merge pull request #1054 from lord63/master
...
fix a small mistake in setup.rst
2014-05-12 12:23:22 -04:00
lord63
1ca68cd825
fix a small mistake in setup.rst
2014-05-12 16:01:53 +08:00
Ian Connolly
d3b8ecb85d
Fix a tiny spelling error: untilization -> utilization
2014-05-11 13:46:58 +01:00
lord63
44d2ab3882
fix a small mistake in setup.rst
2014-05-11 14:08:35 +08:00
Kenneth Reitz
375aec8d31
Merge pull request #1050 from julen/doc-fixes
...
Docs: fixes
2014-05-09 15:50:11 +02:00
Kenneth Reitz
bba3012a65
Merge pull request #1010 from plumdog/master
...
Tweaks to docs/patterns/viewdecorators.rst
2014-05-09 15:48:36 +02:00
Julen Ruiz Aizpuru
6acd707315
Docs: fixes
2014-05-07 22:37:13 +02:00
Armin Ronacher
f7c31e29b0
Greatly refactored click integration and documented it a bit more.
2014-05-07 21:35:51 +02:00
Armin Ronacher
8c1436fef0
Clarified how to test with click
2014-05-02 11:50:00 +01:00
Armin Ronacher
f7cef2b7f3
Updated documentation once more for new cli.
2014-04-29 01:03:32 +02:00
Armin Ronacher
b71f3f03bc
Updated tutorial to the flask script
2014-04-28 15:18:27 +02:00
Armin Ronacher
f7a6105fce
Added missing documentation page
2014-04-28 13:31:21 +02:00
Armin Ronacher
334024dd97
Merge branch 'master' of github.com:mitsuhiko/flask
2014-04-28 13:29:31 +02:00
Armin Ronacher
707ed1f8e9
Updated docs for click support
2014-04-28 13:27:13 +02:00
Daniel Neuhäuser
2b7843bd54
Merge pull request #1032 from cgar/spelling
...
few mispelling errors
2014-04-26 02:12:51 +02:00
Daniel Neuhäuser
d2c3b46b76
Switch diveintohtml5.org to diveintohtml5.info
2014-04-26 01:39:22 +02:00
Daniel Neuhäuser
cead159bf9
Use libevent.org
2014-04-26 01:38:20 +02:00
Daniel Neuhäuser
6f2203b85e
Use https for devcenter.heroku.com
2014-04-26 01:37:19 +02:00
Daniel Neuhäuser
2c7da6ac76
Use https instead of http for docs.python.org
2014-04-26 01:36:36 +02:00
Daniel Neuhäuser
1973eb22a3
Switch packages.python.org to pythonhosted.org
2014-04-26 01:35:37 +02:00
Daniel Neuhäuser
8399008e91
Switch pypi links to https
...
To which the http version redirects permanently
2014-04-26 01:30:28 +02:00
Daniel Neuhäuser
f9b12aa0ad
Fix Jinja link
2014-04-26 01:26:12 +02:00
Daniel Neuhäuser
e18b85a240
Link to https version of python docs
...
To which the http version permanently redirects
2014-04-26 01:24:07 +02:00
Daniel Neuhäuser
a698884319
Fix Pocoo documentation links
2014-04-26 01:20:12 +02:00
Carlos E. Garcia
02848ef66b
few mispelling errors
2014-04-23 10:46:38 -04:00
Armin Ronacher
bcfcb444b0
Fixed a reference in the docs.
2014-04-21 17:51:52 +02:00
atupal
b78bf672a9
missed word.
...
request tstack -> request context stack
2014-04-02 09:16:43 +08:00
Andrew Plummer
e5da06189e
Tweak wording in viewdecorators.rst
2014-03-26 16:52:06 +00:00
Andrew Plummer
56d2c94bb3
Fix import in viewdecorators.rst for @templated
2014-03-26 16:40:25 +00:00
Kenneth Reitz
133b375c87
Merge pull request #830 from hntw/patch-1
...
Update blueprints.rst - Add Error Handlers
2014-03-21 16:54:35 -04:00
Kenneth Reitz
f14329636e
Merge pull request #869 from christophersu/doc-fix-1
...
Add missing import on SQLAlchemy documentation page
2014-03-21 16:46:05 -04:00
Kenneth Reitz
421ee4341e
Merge pull request #876 from defuz/templates-auto-reload
...
Add TEMPLATES_AUTO_RELOAD config key
2014-03-21 16:43:20 -04:00
Kenneth Reitz
672b5becd7
Merge pull request #977 from Ivoz/patch-1
...
Update windows installation and other notes
2014-03-21 16:36:12 -04:00
Kyle Stevenson
4a39d27f7c
Small punctuation change in unicode doc
...
Just makes it easier on the eyes/brain.
2014-03-19 10:23:17 -07:00
Daniel Neuhäuser
4a9a1cf3ba
Merge pull request #872 from dmackinnon/patch-1
...
Fix typo
2014-03-13 20:38:41 +01:00
Daniel Neuhäuser
8f865e1623
Merge pull request #874 from defuz/patch-1
...
fix typo (jsonfiy -> jsonify)
2014-03-13 20:38:19 +01:00
Daniel Neuhäuser
086bc88c61
Merge pull request #878 from shamrin/patch-1
...
quickstart: import `request` in HTTP methods example
2014-03-13 20:33:46 +01:00