Daniel Neuhäuser
e991bef574
Switch diveintohtml5.org to diveintohtml5.info
11 years ago
Daniel Neuhäuser
13293b499f
Use libevent.org
11 years ago
Daniel Neuhäuser
51228ad0d1
Use https for devcenter.heroku.com
11 years ago
Daniel Neuhäuser
52def324b8
Use https instead of http for docs.python.org
11 years ago
Daniel Neuhäuser
e89c867d62
Switch packages.python.org to pythonhosted.org
11 years ago
Daniel Neuhäuser
34871a286e
Switch pypi links to https
...
To which the http version redirects permanently
11 years ago
Daniel Neuhäuser
954eeb8d17
Fix Jinja link
11 years ago
Daniel Neuhäuser
b5e78425be
Link to https version of python docs
...
To which the http version permanently redirects
11 years ago
Daniel Neuhäuser
20edb3189c
Fix Pocoo documentation links
11 years ago
Carlos E. Garcia
52fa195d45
few mispelling errors
11 years ago
Armin Ronacher
8a46eec4f8
Fixed a reference in the docs.
11 years ago
atupal
132c2c4c79
missed word.
...
request tstack -> request context stack
11 years ago
Andrew Plummer
b2b531a36b
Tweak wording in viewdecorators.rst
11 years ago
Andrew Plummer
db1be12aea
Fix import in viewdecorators.rst for @templated
11 years ago
Armin Ronacher
95fa9f21ec
Added a missing import
11 years ago
Kyle Stevenson
8cd66bf178
Small punctuation change in unicode doc
...
Just makes it easier on the eyes/brain.
11 years ago
Eliseo Ocampos
ffff509cf0
Added 'import os' statement
...
Added 'import os' statement so you can use os.path.join() when defining DATABASE location
11 years ago
Joe Friedl
19baae3d34
Update docs copyright date
...
Happy belated New Year!
11 years ago
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.
11 years ago
Armin Ronacher
82f99f42a8
Disarmed a sentence a bit
11 years ago
Armin Ronacher
6f44ca705f
Fixed sqlite3 pattern. This fixes #924
11 years ago
Armin Ronacher
a8a98bc6b6
Various documentation fixups
11 years ago
Armin Ronacher
9074bc46af
Switch away from /tmp for windows users
11 years ago
Armin Ronacher
f5a02b9495
Added a warning about key sorting
11 years ago
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.
11 years ago
Nicholas Zaccardi
ea656a8909
added a note to the api documentation about JSON_SORT_KEYS. Fixes #922
11 years ago
Ifiok Jr.
cb61696b47
Update appcontext.rst
...
small edit
11 years ago
Spittie
de3dbd3125
Update fileuploads.rst
...
secure_filename is under werkzeug.utils (http://werkzeug.pocoo.org/docs/utils/ )
11 years ago
skeuomorf
cf0953619e
Added a favicon for the docs
11 years ago
bool-dev
85aa4ec8c1
Updated greenlet links, which were dead.
11 years ago
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.
11 years ago
Mark Hildreth
6a37c1716d
Fixed incorrect grammar in Config.rst
...
Fixed incorrect grammar in "SESSION_REFRESH_EACH_REQUEST" configuration description.
11 years ago
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.
11 years ago
Armin Ronacher
afd3c4532b
Rewrapped lines
11 years ago
Reetta Vaahtoranta
0d648fa468
Changed the wording of some sentences there were difficult to understand.
11 years ago
Pengfei Xue
ecb31c6804
fix typo
11 years ago
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
11 years ago
Christopher Su
9cecf0d81c
moved Table import to next code block
11 years ago
Daniel Neuhäuser
5689ef3639
Fix typo s/at at/at a/
11 years ago
Sean Cronin
a7f5d60789
Makes the error names consistent
11 years ago
talam
b7f21831fa
Updated some typos
...
Fixed some incorrect variable references.
11 years ago
rsyring
fc85bf42ae
Update appfactories.rst, make extension related section clearer
11 years ago
Alexey Shamrin
f161a71c19
quickstart: import `request` in HTTP methods example
11 years ago
defuz
3e485009a8
add TEMPLATES_AUTO_RELOAD option to config
11 years ago
defuz
475b0c1cd9
fix typo (jsonfiy)
11 years ago
dmackinnon
231f45b432
Fix typo
11 years ago
Christopher Su
8089eb5769
added missing import in sqlalchemy doc
11 years ago
Jet Sun
6ebe45b0ad
Fix typo.
11 years ago
Sean Vieira
12d6ec4130
Fix with block
11 years ago
Daniel Neuhäuser
5207c69064
Fix #856 ommited typo in quickstart
11 years ago