Jonathan Como
bd4921194e
verbage
10 years ago
Jonathan Como
a8498b6859
update mongokit patterng
10 years ago
Kevin Yap
475d7076f0
Standardized capitalization of "GitHub" in docs
10 years ago
Mieszko
091852ef88
Minor typos cont.
10 years ago
Mieszko
5d9cdc65b5
Update sqlite3.rst
10 years ago
Mieszko
9db775e2dd
Minor typos fixed
...
According to Cambrigde English Dictionary "web server" ==correct, "webserver" ==incorrect.
10 years ago
defuz
5562acfdfc
docs: fix warnings
10 years ago
defuz
d6f5eb8def
docs: `script` -> ``script``
10 years ago
defuz
d338dc8a13
docs: ``.html``, ``.py``
10 years ago
defuz
d4b9b9854c
docs: :mimetype:`application/json`
10 years ago
defuz
663802e976
docs: ``with``, ``for``, ``self``
10 years ago
defuz
0bb4de1e3b
docs: ``<body>``, ``|safe``
10 years ago
defuz
17eee81da0
docs: ``Flask-Uploads``, ``X-Forwarded-Host``
10 years ago
defuz
06d9a5e738
docs: :file:`/var/www/foo`, ``/static``
10 years ago
defuz
ad011bc32d
docs: ``DEBUG``, ``SERVER_NAME``, ``PATH_INFO``
10 years ago
defuz
02694d609f
docs: :command:`pip`, :option:`--debug`
10 years ago
defuz
a8f570cc62
docs: :file:`app.py`, :file:`yourapp/templates`
10 years ago
defuz
3fa4fd0908
docs: http method names like ``GET`` and ``POST``
10 years ago
defuz
8284217593
docs: ``True``, ``False`` and ``None``
10 years ago
flowerhack
bcba7eb397
Tweaked sqlite3 documentation
10 years ago
Petr Zemek
3159c86166
Unify the uses of "sourcecode" vs "source code".
...
Use "source code", which is more grammatically correct.
10 years ago
Petr Zemek
ebab6718f7
Unify the uses of "testsuite" vs "test suite".
...
Use "test suite", which is more prevailing in the source code.
10 years ago
Nick Luchsinger
37fb0516f4
Minor typos in sqlite3.rst
...
Self-explanatory.
10 years ago
Nick Luchsinger
55db14ec68
Minor typo in errorpages.rst
10 years ago
Nico Revin
22219f51e5
Update doclinks
...
Fix redirects and broken links
10 years ago
David Branner
fb5d674488
add `Table` to import in `sqlalchemy.rst` example
11 years ago
Wing
02b02543b3
Doc for add check upload file
11 years ago
Armin Ronacher
a3ad5405a6
Updated documentation once more for new cli.
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
Armin Ronacher
8a46eec4f8
Fixed a reference in the docs.
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
82f99f42a8
Disarmed a sentence a bit
11 years ago
Armin Ronacher
6f44ca705f
Fixed sqlite3 pattern. This fixes #924
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
Spittie
de3dbd3125
Update fileuploads.rst
...
secure_filename is under werkzeug.utils (http://werkzeug.pocoo.org/docs/utils/ )
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
Christopher Su
9cecf0d81c
moved Table import to next code block
11 years ago
Sean Cronin
a7f5d60789
Makes the error names consistent
11 years ago
rsyring
fc85bf42ae
Update appfactories.rst, make extension related section clearer
11 years ago
Christopher Su
8089eb5769
added missing import in sqlalchemy doc
11 years ago
Jet Sun
6ebe45b0ad
Fix typo.
11 years ago
Bill Mill
159ae3dc26
Fix doc bug, clarify use of make_dicts
11 years ago
Armin Ronacher
335cbe01ce
Fixed a typo
12 years ago
Armin Ronacher
f9f8180f15
Added documentation on API error handlers
12 years ago
Armin Ronacher
29bda590b2
Modernized docs in a few places
12 years ago
Armin Ronacher
681cb8f366
Switch to teardown_appcontext for docs in sqlalchemy pattern
12 years ago
Armin Ronacher
ef72b78042
Imply the |safe on tojson in templates and change escaping logic
12 years ago
Thomas Waldmann
8bb972e5ae
fix minitwit/flaskr test errors, improve docs about file open mode
...
app.open_resource needs to get called with the correct mode param (python3
will read bytes [not str] if the wrong mode is used), add mode param docs.
rv.data is bytes, fix the data type we compare it with to be also bytes
12 years ago