David Lord
679bf0014f
use theme provided by pallets-sphinx-themes
7 years ago
Markus Unterwaditzer
dcfdfc6476
Use abort docs from Werkzeug
...
Fix #1960
8 years ago
Armin Ronacher
f9ea3fe026
1.0 -> 0.11 in the docs
9 years ago
Armin Ronacher
a7d829c618
Update docs to the new CLI patterns
9 years ago
lord63
e0a8fd3162
Add two missing converters for flask in the docs
...
All converters are from werkzeug's builtin converters.
Documentation: http://werkzeug.pocoo.org/docs/dev/routing/#builtin-converters
9 years ago
ThiefMaster
bbaf20de7c
Add pop and setdefault to AppCtxGlobals
10 years ago
Alexander Pantyukhin
a9066a3756
Changes and docs are modified.
10 years ago
Markus Unterwaditzer
beec47a7cc
Deduplicate signals docs
...
Triggered by #1390
10 years ago
Ford Hurley
d398780852
Mention that custom converters can be defined for url routes
10 years ago
Markus Unterwaditzer
9c1cf1bc08
Fix broken link
10 years ago
Philip House
c60b5b91e2
Update api.rst, fixed spelling
10 years ago
Bruce Sutherland
0d86a89420
Wrap text.
10 years ago
Bruce Sutherland
871077c81c
Show requested URI as suggested by untitaker.
10 years ago
Bruce Sutherland
77141c1eca
Update api.rst
...
Changed Japanese text to pi symbol, emphasize that values are unicode.
10 years ago
Bruce Sutherland
3bbe869dd7
Clarify contents of request properties.
...
Change URL to IRI and update examples to include extended characters.
10 years ago
Prakash Pandey
4d8cba917e
Fixed wording
10 years ago
pkuphy
fbe3e81818
Update api.rst
...
is an -> if a
10 years ago
defuz
d6f5eb8def
docs: `script` -> ``script``
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
boreq
3bd9cdce94
Added full_path to the Request object documentation.
10 years ago
Paulo Bu
b81f72070e
Fix warnings and code styling in the doc
...
There was a blank line missing that was generating a warning when
building the doc. Also, a removed function from cli.py was left in api.rst
(without_appcontext specifically) so this was also generating warnings.
Also corrects the format for a code block and adds a link to Werkzeug's Headers
class.
10 years ago
Armin Ronacher
afb613ca43
Added some missing documentation information.
10 years ago
Armin Ronacher
932f7d7cbb
Refactored the scripting interface greatly.
10 years ago
Armin Ronacher
3569fc2441
Greatly refactored click integration and documented it a bit more.
11 years ago
Daniel Neuhäuser
34871a286e
Switch pypi links to https
...
To which the http version redirects permanently
11 years ago
Armin Ronacher
f5a02b9495
Added a warning about key sorting
11 years ago
Nicholas Zaccardi
ea656a8909
added a note to the api documentation about JSON_SORT_KEYS. Fixes #922
11 years ago
Jochen Kupperschmidt
8246ce6a15
Fixed tiny but distracting typo.
11 years ago
Chris Rebert
f632ba25e0
api.rst: fix some spelling/typos
11 years ago
Igor Mozharovsky
a225a304b8
Fix typo
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
93073489a0
Documented changes on the g object some more
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
18673ba370
Added uuid support for new session serialization and documented it
12 years ago
Armin Ronacher
097353695e
Added flask.copy_current_request_context which simplies working with greenlets
12 years ago
Armin Ronacher
0faed95385
Documented new signal message_flashed
12 years ago
Armin Ronacher
4366bb392a
Documented new signal message_flashed
12 years ago
Armin Ronacher
1949c4a9ab
flask.g is now on the app context and not the request context
12 years ago
Armin Ronacher
b146d8277a
Added wrapper module around simplejson/json for much simplified customization.
12 years ago
Armin Ronacher
a4977cfe2b
Removed outdated section in the docs
12 years ago
Armin Ronacher
4df3bf2058
Implemented experimental JSON based sessions
12 years ago
Armin Ronacher
d5218997d9
Added flask.stream_with_context
13 years ago
Armin Ronacher
086348e2f2
Added after_this_request decorator.
13 years ago
Armin Ronacher
dbfd406a21
Added required_methods
13 years ago
Natan
ffbab00cd1
Rectified rampant 'roule'.
13 years ago
Armin Ronacher
9bed20c07c
Added documentation for appcontext and teardown handlers
13 years ago
Armin Ronacher
0207e90155
Updated docs for the app context.
13 years ago