Commit graph

751 commits

Author SHA1 Message Date
Daniel Neuhäuser
b5e78425be 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
20edb3189c Fix Pocoo documentation links 2014-04-26 01:20:12 +02:00
Armin Ronacher
8a46eec4f8 Fixed a reference in the docs. 2014-04-21 17:51:52 +02:00
atupal
132c2c4c79 missed word.
request tstack -> request context stack
2014-04-02 09:16:43 +08:00
Kenneth Reitz
21f3ad2671 Merge pull request #830 from hntw/patch-1
Update blueprints.rst - Add Error Handlers
2014-03-21 16:54:35 -04:00
Kenneth Reitz
7e4d51c91c 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
7f5b6c692d 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
02eb9c99fd Merge pull request #977 from Ivoz/patch-1
Update windows installation and other notes
2014-03-21 16:36:12 -04:00
Kyle Stevenson
8cd66bf178 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
69db1e9b1f Merge pull request #872 from dmackinnon/patch-1
Fix typo
2014-03-13 20:38:41 +01:00
Daniel Neuhäuser
718c3a3ce7 Merge pull request #874 from defuz/patch-1
fix typo (jsonfiy -> jsonify)
2014-03-13 20:38:19 +01:00
Daniel Neuhäuser
caa0c00420 Merge pull request #878 from shamrin/patch-1
quickstart: import `request` in HTTP methods example
2014-03-13 20:33:46 +01:00
Eliseo Ocampos
ffff509cf0 Added 'import os' statement
Added 'import os' statement so you can use os.path.join() when defining DATABASE location
2014-03-04 14:57:12 -08:00
Joe Friedl
19baae3d34 Update docs copyright date
Happy belated New Year!
2014-02-13 10:28:21 -05:00
Matt Iversen
a8e88bebd1 Update windows installation and other notes
Making allowance for new convenience of `get-pip.py` that automatically installs setuptools and pip together.

Stop recommending distribute, which has now been merged into setuptools.
2014-02-11 07:24:31 +11:00
Armin Ronacher
82f99f42a8 Disarmed a sentence a bit 2014-02-09 13:35:38 +00:00
Armin Ronacher
47a41b645f Merge pull request #884 from rsyring/patch-2
Update appfactories.rst, make extension related section clearer
2014-02-09 13:27:35 +00:00
Armin Ronacher
ba36d57729 Merge pull request #897 from d3spis3d/master
URL Reversing in Quickstart Doc #779
2014-02-09 13:20:46 +00:00
Armin Ronacher
6f44ca705f Fixed sqlite3 pattern. This fixes #924 2014-02-08 22:14:23 +00:00
Armin Ronacher
a8a98bc6b6 Various documentation fixups 2014-02-08 22:10:08 +00:00
Armin Ronacher
9074bc46af Switch away from /tmp for windows users 2014-02-08 22:07:13 +00:00
Armin Ronacher
e95cef66a3 Merge pull request #931 from aphexcx/patch-1
Update celery.rst
2014-02-08 17:47:22 +00:00
Armin Ronacher
1bddb30e4a Merge pull request #935 from markhildreth/doc-fix
Fixed incorrect grammar in Config.rst
2014-02-08 17:40:30 +00:00
Armin Ronacher
05caa5a50d Merge pull request #942 from bool-dev/patch-1
Updated greenlet links, which were dead.
2014-02-08 17:34:42 +00:00
Armin Ronacher
1f638d63ff Merge pull request #948 from Spittie/patch-1
Update fileuploads.rst
2014-02-08 17:34:30 +00:00
Armin Ronacher
c9bf907037 Merge pull request #938 from ahlen/response-with-headers-without-status
Enable tuple responses with headers without status
2014-02-08 17:32:01 +00:00
Armin Ronacher
58b4fc209a Merge pull request #955 from ifiokjr/patch-1
Update appcontext.rst
2014-02-08 17:24:33 +00:00
Armin Ronacher
f5a02b9495 Added a warning about key sorting 2014-02-08 16:27:26 +00:00
Armin Ronacher
ccc2de1997 Merge pull request #962 from nZac/JSON-Support-doc-update
added a note to the api documentation about JSON_SORT_KEYS. Fixes #922
2014-02-08 16:26:27 +00:00
Alex Pearce
3d6de4dd79 Explicitly pass the Celery instance name.
When starting a Celery worker module, it is assumed that the Celery instance within the module is called `app`. This is not the case in the Celery pattern, where it is called `celery`, and so must be explicitly referenced.
2014-02-05 20:11:06 +00:00
Nicholas Zaccardi
ea656a8909 added a note to the api documentation about JSON_SORT_KEYS. Fixes #922 2014-01-24 19:21:24 -06:00
Ifiok Jr.
cb61696b47 Update appcontext.rst
small edit
2014-01-20 04:28:40 +00:00
Spittie
de3dbd3125 Update fileuploads.rst
secure_filename is under werkzeug.utils (http://werkzeug.pocoo.org/docs/utils/)
2014-01-12 02:54:08 +01:00
skeuomorf
cf0953619e Added a favicon for the docs 2014-01-06 17:58:54 +02:00
bool-dev
85aa4ec8c1 Updated greenlet links, which were dead. 2014-01-04 17:21:18 +05:30
Mikael Åhlén
70f8b39c52 added a new behaviour for responses that enable the tuple to be in the form of (response, headers) and continiue to support the (response, status, headers) format. 2013-12-31 22:16:13 +01:00
Mark Hildreth
6a37c1716d Fixed incorrect grammar in Config.rst
Fixed incorrect grammar in "SESSION_REFRESH_EACH_REQUEST" configuration description.
2013-12-24 14:36:28 -05:00
Afik
67c165bcbb Update celery.rst
With the latest version of Celery (3.1.6), following this tutorial produces the following error when attempting to start the celery worker: 

    user_preload = tuple(self.app.user_options['preload'] or ())
AttributeError: 'Flask' object has no attribute 'user_options'

Using `app` as the variable name here confuses celery. Renaming `app` to `flask_app` in the tutorial solves the issue and allows the celery worker to start successfully.
2013-12-16 22:04:51 -08:00
Armin Ronacher
afd3c4532b Rewrapped lines 2013-11-09 13:41:09 +00:00
Reetta Vaahtoranta
0d648fa468 Changed the wording of some sentences there were difficult to understand. 2013-11-09 13:13:14 +00:00
Pengfei Xue
ecb31c6804 fix typo 2013-10-30 16:45:44 +08:00
d3spis3d
05dbf52fa5 URL Reversing in Quickstart #779
Updated quickstart to make clear that URL reversing refers to the use of
url_for() to build the URL. Issue #779
2013-10-30 11:29:18 +11:00
Christopher Su
9cecf0d81c moved Table import to next code block 2013-10-22 11:37:35 -07:00
Daniel Neuhäuser
5689ef3639 Fix typo s/at at/at a/ 2013-10-22 14:01:33 +02:00
Daniel Neuhäuser
4212e67d29 Merge pull request #890 from seancron/documentation-fix
Documentation fix: Makes the error names consistent
2013-10-16 10:08:49 -07:00
Sean Cronin
a7f5d60789 Makes the error names consistent 2013-10-15 12:37:25 -04:00
talam
b7f21831fa Updated some typos
Fixed some incorrect variable references.
2013-10-12 18:14:26 -04:00
rsyring
fc85bf42ae Update appfactories.rst, make extension related section clearer 2013-10-11 08:39:46 -04:00
Alexey Shamrin
f161a71c19 quickstart: import request in HTTP methods example 2013-10-03 05:15:27 +04:00
defuz
3e485009a8 add TEMPLATES_AUTO_RELOAD option to config 2013-09-30 21:06:49 +03:00