dawran6
|
3d856e03fc
|
sessions documentation (client side vs server side) #434 (#1888)
Mention the existence of Flask extentions that handle server-side
sessions.
Attempt to improve the reading flow.
|
8 years ago |
David Lord
|
1928f28a68
|
clean up code formatting in some docs
fix warnings while building docs
|
8 years ago |
David Lord
|
cd1a9b7d54
|
remove unnecessary form action attributes
|
9 years ago |
Markus Unterwaditzer
|
f91aea2aa0
|
quickstart: Remove reference to `python hello.py`
Fix #1826
|
9 years ago |
Armin Ronacher
|
a7d829c618
|
Update docs to the new CLI patterns
|
9 years ago |
bagratte
|
9a80fe691d
|
minor revision of documentation.
|
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 |
Markus Unterwaditzer
|
66b4ea91b4
|
Fix #1195
|
10 years ago |
Justin Poehnelt
|
17d7353d39
|
fixed import of werkzeug secure_filename
|
10 years ago |
Phil Schaf
|
9d3c4bbb8c
|
Added docs for the error handler rework
|
10 years ago |
Winston Kouch
|
5f8c850895
|
Add extensions section to Quickstart documentation
|
10 years ago |
Carlos Eduardo Rivera
|
65465ffece
|
grammar fixes
|
10 years ago |
Sateesh
|
b9eb805167
|
Update quickstart.rst
Minor grammar correction.
|
10 years ago |
defuz
|
1501b79293
|
docs: :exc:`TypeError`
|
10 years ago |
defuz
|
d4b9b9854c
|
docs: :mimetype:`application/json`
|
10 years ago |
defuz
|
663802e976
|
docs: ``with``, ``for``, ``self``
|
10 years ago |
defuz
|
06d9a5e738
|
docs: :file:`/var/www/foo`, ``/static``
|
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 |
Petr Zemek
|
d1423b3e16
|
Unify the uses of "file system" vs "fileystem".
Use "filesystem", which is more prevailing in the source code.
|
10 years ago |
Markus Unterwaditzer
|
5c6d789e7b
|
Fix broken link
|
10 years ago |
Kevin Funk
|
0632d53f3d
|
Update quickstart.rst
url converters: match the [API docs](http://flask.pocoo.org/docs/0.10/api/#url-route-registrations)
|
10 years ago |
Markus Unterwaditzer
|
3d3b809347
|
Rewrite deployment docs
|
10 years ago |
Nico Revin
|
22219f51e5
|
Update doclinks
Fix redirects and broken links
|
10 years ago |
Armin Ronacher
|
e9d1fc47bf
|
Updated docs for click support
|
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
|
20edb3189c
|
Fix Pocoo documentation links
|
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 |
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 |
Alexey Shamrin
|
f161a71c19
|
quickstart: import `request` in HTTP methods example
|
11 years ago |
Daniel Neuhäuser
|
5207c69064
|
Fix #856 ommited typo in quickstart
|
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 |
=
|
1723990aee
|
Fixed a few typos on quickstart
|
12 years ago |
Michael N. Gagnon
|
8a6cba9e63
|
fix typo in quickstart guide
|
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 |
Devon Mizelle
|
c999c179a2
|
fixes #677 - mistype in docs/quickstart
|
12 years ago |
jfinkels
|
639817b621
|
Update docs/quickstart.rst
Removed incorrect syntax and simplified remaining sentence.
|
12 years ago |
Ramiro Gomez
|
3800c7396b
|
Try to correct confusing sentence in doc and fixed word duplication.
|
12 years ago |
bev-a-tron
|
1f82d02b33
|
Fixes #519 by adding return statement
|
13 years ago |
Alex Vykalyuk
|
028229d0ff
|
Fixed typo in docs/quickstart
|
13 years ago |
Alex Vykalyuk
|
0333c824bf
|
Removed link to ep.io from quickstart
|
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 |
Paul McMillan
|
acb61ae57b
|
Minor docs fix.
|
13 years ago |
Armin Ronacher
|
cf1641e5be
|
Changed the implementation of returning tuples from functions
|
13 years ago |