Adam Obeng
9cff681f97
Fix typo
11 years ago
Jochen Kupperschmidt
8246ce6a15
Fixed tiny but distracting typo.
11 years ago
Jamie Grove
63a126c66a
Update blueprints.rst - Error Handlers
...
Added information about custom error handlers in Blueprints with example based simple_page.
11 years ago
Bill Mill
159ae3dc26
Fix doc bug, clarify use of make_dicts
11 years ago
Armin Ronacher
d1d835c023
Added SESSION_REFRESH_EACH_REQUEST config option.
...
This also changes how sessions are being refreshed. With the new
behavior set-cookie is only emitted if the session is modified or if the
session is permanent. Permanent sessions can be set to not refresh
automatically through the SESSION_REFRESH_EACH_REQUEST config key.
This fixes #798 .
11 years ago
Markus Unterwaditzer
fd9bf8f376
Fix #782 -- /tmp/ in tutorial
11 years ago
Armin Ronacher
c541f7e3ee
Fixed a typo
11 years ago
Eric Radman
73b4a52ca5
Update example for Apache FCGI config to use worker processes using FastCgiServer, along with some notes about FastCgiExternalServer
11 years ago
Armin Ronacher
e59e00576d
Fixed a documentation typo
11 years ago
Nick Zaccardi
5ace060e5e
cleared up confusion for from_envvar
11 years ago
Chris Rebert
f632ba25e0
api.rst: fix some spelling/typos
11 years ago
Martín Gaitán
4028e2395c
plural
12 years ago
BobStevens
9fe209b497
fixed typo
12 years ago
BobStevens
e2fdf28e97
word change for clarity
...
changed "200 error code" to "200 status code"
12 years ago
Igor Mozharovsky
a225a304b8
Fix typo
12 years ago
Stefano Costa
582a5c7b89
Correct small typo in internal link
12 years ago
Armin Ronacher
ec5291e46d
Fixed invalid reference
12 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
fc2225b463
Fixed a broken link in the docs
12 years ago
Armin Ronacher
f9846b9055
Added requirements for Python 3
12 years ago
Armin Ronacher
0ac9582113
Added notes on Python 3
12 years ago
Armin Ronacher
2c9c269284
Fixed a broken reference
12 years ago
Armin Ronacher
29bda590b2
Modernized docs in a few places
12 years ago
Armin Ronacher
e2d4aa1207
Added a missing note to the docs
12 years ago
Armin Ronacher
c889fbc231
Changed interface for `flask.g`
...
This now makes it behave like it did before, it's just an object.
It did however gain ``__contains__`` and ``__iter__`` and I added
a ``get()`` method to fetch an attribute without raising an
error. This fixes #759 .
12 years ago
Armin Ronacher
681cb8f366
Switch to teardown_appcontext for docs in sqlalchemy pattern
12 years ago
Armin Ronacher
93073489a0
Documented changes on the g object some more
12 years ago
Armin Ronacher
1f6be7ff63
Added example on faking resources and context
12 years ago
Armin Ronacher
0676bb8ab5
Added appcontext_pushed and appcontext_popped signals
12 years ago
Armin Ronacher
ef72b78042
Imply the |safe on tojson in templates and change escaping logic
12 years ago
Armin Ronacher
77d293cf49
Order JSON keys by default to avoid trashing HTTP caches
12 years ago
Armin Ronacher
3d9055b3b7
Added the JSONIFY_PRETTYPRINT_REGULAR config variable. This fixes #725
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
Thomas Waldmann
40fad2ece8
document python 2.6 minimum requirement, remove all stuff that refers to 2.5
12 years ago
Armin Ronacher
18673ba370
Added uuid support for new session serialization and documented it
12 years ago
Armin Ronacher
833198c91b
Added a missing comma
12 years ago
Armin Ronacher
097353695e
Added flask.copy_current_request_context which simplies working with greenlets
12 years ago
Akshar Raaj
a9b22af9bc
Fixed documentation in 'Design Decisions in Flask'
12 years ago
Jason Moon
d1bf82b0f4
Fixed typo in URL Processor documentation
12 years ago
Armin Ronacher
0faed95385
Documented new signal message_flashed
12 years ago
Ed Burnett
0a5d62f9ee
Updated jquery.rst with the current Google Developer hosted libraries URL and jquery version
12 years ago
=
1723990aee
Fixed a few typos on quickstart
12 years ago
Armin Ronacher
4366bb392a
Documented new signal message_flashed
12 years ago
Markus Unterwaditzer
9d8674d5b6
Added more information about app factories.
12 years ago
Michael N. Gagnon
8a6cba9e63
fix typo in quickstart guide
12 years ago
OrangeTux
cc5d6134c7
Update css.rst
...
Improved consistency: lower cased all hexadecimal descriptions of colors.
12 years ago
Alex Couper
1be13297c1
Remove comma.
12 years ago
Alex Couper
8ee01ad5ed
Put the link to Flask class docs at the end.
12 years ago
Alex Couper
cc8a85d753
Move docs explaining instantiating Flask
12 years ago