Erik Rose
a319516518
Fix a typo in the deferred-callbacks docs.
12 years ago
Max Countryman
caefb67ccd
correcting typo
12 years ago
Gennady Kovshenin
82b29c09ac
Use sqlite3.Row factory in Flaskr
...
As pointed out in issue #588 sqlite3.Row should be used instead of
using casting to dict(). Also altered the "Easy Querying" Patterns
example to include the more correct way to return rows as dicts.
Did not touch Tutorial examples ("Views"), as these are not up to
date with the current Flaskr code, and the "Show Entries" section
points out the "Easy Querying" section on how to convert to a
dict().
12 years ago
Armin Ronacher
c2e5799879
Updated examples to new sqlite patterns and added new section to appcontext docs
12 years ago
Armin Ronacher
b5bb49d080
Added a new example for checksums on input data. This fixes #601
12 years ago
Armin Ronacher
18413ed1bf
Added HTTP override middleware to docs. This fixes #582
12 years ago
pinchsp
69e419e020
Fixed small mistake in sqlalchemy pattern
12 years ago
Armin Ronacher
d5218997d9
Added flask.stream_with_context
13 years ago
Ron DuPlain
a3cb2a3382
Use American English for "behavior" in docs.
...
Prompted by plaes on #pocoo, mitsuhiko confirmed to use American English.
13 years ago
Ron DuPlain
b885edf810
Fix typo pointed out by tri on #pocoo.
13 years ago
Dmitry Shevchenko
9c48387072
Removed unneeded print statements form mongokit pattern doc
13 years ago
Ron DuPlain
df772df24f
Touch up run_simple doc, #446 .
13 years ago
Filip Ristić
c2661dd4bc
Update docs/patterns/packages.rst
13 years ago
jtsoi
fe9f5a4768
Added an example of how to configure debugging with run_simple, it has to be enabled both for the Flask app and the Werkzeug server.
13 years ago
iammookli
73cb15ed2c
Update docs/patterns/mongokit.rst
13 years ago
awsum
20a3281209
Update docs/patterns/wtforms.rst
13 years ago
Ron DuPlain
5cb50a46ee
Fix Message Flashing doc, from SwashBuckla #pocoo.
...
Provide a full example as promised in the doc.
13 years ago
FND
76c1a1f722
fixed spelling of "instantiate"
...
while the interwebs suggest "instanciate" might be a valid spelling, it
seems quite uncommon and potentially irritating (to pedants like myself)
13 years ago
Ron DuPlain
c93ea5551c
Keep flashed message examples in one place.
13 years ago
Steven Osborn
fa069f94de
Allow category filtering in get_flashed_messages to allow rending categories in separate html blocks
13 years ago
awsum
d50a0b4955
typo fix
13 years ago
kracekumar
b115b38dbe
Added PasswordField in docs/patterns/wtforms.rst
13 years ago
Armin Ronacher
54875e9317
Direct passthrough is counter productive
13 years ago
Armin Ronacher
8840973a33
Fixed a cross reference in the docs.
13 years ago
Armin Ronacher
b40af3ccd9
Updated the documentation to show how to set cookies for not yet existing responses
13 years ago
Armin Ronacher
d3ca55177a
Updated the docs and examples to non-failing teardown handlers
13 years ago
Armin Ronacher
5ca17c86c0
Added a missing colon
13 years ago
Brandon Stafford
5304a15adc
Add runserver.py filename to match earlier section of example
13 years ago
Armin Ronacher
029eebe2f5
No need for the directive here.
13 years ago
Armin Ronacher
4d2c8181b4
Updated docs for streaming
13 years ago
Dan Callahan
290925e133
Minor documentation typo / grammar fixes
14 years ago
Felix Hummel
8d2daea327
be consistent with app.config['UPLOAD_FOLDER']
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
14 years ago
ThomasWaldmann
441c8a5b93
fixed typo
14 years ago
Hadley Rich
c6dbcd572b
Trivial fix for PathDispatcher example usage
14 years ago
Armin Ronacher
c26a6dd50c
Admin -> Backend
14 years ago
Armin Ronacher
22d468e190
Less annoying gender neutral forms
14 years ago
Jeffrey Finkelstein
12761bd02c
fixed pronoun gender in documentation
14 years ago
Ron DuPlain
8e928a2fcb
Document Werkzeug's run_simple for dispatch, #225 .
14 years ago
wilsaj
c40937e7bf
Bug fix in the documentation for Deploying with Fabric: as of Fabric 1.0, in the local() function capture=False by default, so it must be explicitly set to capture=True so it returns a python string ( http://docs.fabfile.org/en/1.0.1/api/core/operations.html#fabric.operations.local )
14 years ago
Peter Manser
e6b9f509ba
Improving documentation for loading jQuery. Now using Google CDN with fallback to local jQuery.
14 years ago
Armin Ronacher
d38c61f42a
More modules -> blueprints
14 years ago
Armin Ronacher
d62e277dfe
Added pattern for url processors because the API documentation itself might not reveal much.
14 years ago
Armin Ronacher
86175054d6
More docstrings for blueprints.
14 years ago
Armin Ronacher
dbfa04ece6
Removed old module documentation and added some new for blueprints.
14 years ago
Ron DuPlain
65f9bc7b22
Touch up (tiny) doc as requested by emiel, #244 .
14 years ago
Armin Ronacher
a9fc040c39
Updated documentation to use teardown request where appropriate
14 years ago
Ronny Pfannschmidt
74514fc837
the import order note was meant to be bold, not cursive
14 years ago
Aaron Kavlie
c6e4d743a9
A couple of corrections to the example fabfile.
14 years ago
Armin Ronacher
43cf3f307f
Improved wording
14 years ago
Armin Ronacher
60de3f295b
Updated appdispatch pattern
14 years ago