Commit graph

475 commits

Author SHA1 Message Date
awsum
d620ea7ea2 Update docs/api.rst a bit to reflect code. 2012-01-16 13:42:43 -05:00
Sundar Raman
94692607e6 Documentation on how to use external debuggers like eclipse/aptana 2012-01-16 13:42:43 -05:00
Priit Laes
d18868bd17 Add simple decorator example
Github issue #358
2012-01-16 13:42:43 -05:00
awsum
d50a0b4955 typo fix 2012-01-07 21:11:35 +02:00
Armin Ronacher
f64098c784 Merge pull request #369 from FND/docs
documentation: stylistic adjustments
2012-01-04 15:05:16 -08:00
Armin Ronacher
b6625ec193 Fixed a wrong example in the view docs. This fixes #374 2012-01-05 00:04:50 +01:00
Armin Ronacher
065afe53a6 Improved doc exaples. This fixes #370 and #371. 2011-12-27 19:08:44 +01:00
FND
7ccca13bbd Fixed various stylistic issues in documentation 2011-12-27 11:01:14 +01:00
Armin Ronacher
a9726c43ac Updated mod_wsgi docs to reference the sys.path hackery 2011-12-04 18:59:37 -05:00
Armin Ronacher
4fe80c05c6 Not yet stable? Bollocks 2011-11-28 22:47:36 +01:00
Craig Dennis
75050d4bc5 Simple documentation corrections, mostly typos. 2011-11-20 17:03:37 +01:00
Jim Rollenhagen
e345a3afb5 Fix string format error while we're in here. 2011-11-05 09:03:18 -04:00
Jim Rollenhagen
51e4a58a85 Fix flask issue #338
Give POST its own url_rule to avoid TypeError.
2011-11-05 09:02:05 -04:00
Cory Li
e4d9ccd6ec Changing instance_root to instance_path 2011-11-02 01:45:39 -03:00
Ross Lawley
11c9bf2943 Api fix status_code => status 2011-10-17 13:12:12 +00:00
Armin Ronacher
583c5f7935 Merge branch 'master' of github.com:mitsuhiko/flask 2011-10-07 15:19:42 -04:00
Armin Ronacher
174f32250e Mention that people subscribe with **extra. 2011-10-07 15:19:03 -04:00
Armin Ronacher
230e136f32 Subscribe to signals with extra kwargs in the docs 2011-10-07 15:09:12 -04:00
kracekumar
b115b38dbe Added PasswordField in docs/patterns/wtforms.rst 2011-10-06 23:45:35 +05:30
Armin Ronacher
396c4bdcc0 Fixed a typo. "Does not" of course 2011-09-25 22:19:20 +02:00
Armin Ronacher
363d9ed10d More doc typo fixes 2011-09-25 19:24:37 +02:00
Armin Ronacher
6dccf77546 PERMANENT_SESSION_LIFETIME can now be an integer. This fixes #310 2011-09-25 19:12:41 +02:00
Armin Ronacher
6d0b3264c2 Mention localhost:5000 being pointless in the docs. It already says that down on the page but not on the key 2011-09-25 19:02:47 +02:00
Armin Ronacher
83b1da8df8 Inserted verb 2011-09-25 19:01:30 +02:00
Armin Ronacher
142c9c391b Fixed typos in copy/pasted text 2011-09-25 18:56:15 +02:00
Armin Ronacher
df1dd57045 Cleaned up url routing common docs. This fixes #279 2011-09-25 18:49:00 +02:00
Armin Ronacher
4573715195 Reworded before 0.8 ext docs. 2011-09-20 18:57:37 +02:00
Armin Ronacher
54875e9317 Direct passthrough is counter productive 2011-09-20 00:03:24 +02:00
Armin Ronacher
2b8ea40cd6 import -> activate 2011-09-19 21:00:44 +02:00
Armin Ronacher
7997bae5bb Explicitly activate compat module 2011-09-19 21:00:28 +02:00
Armin Ronacher
933d203828 Started extensions introduction document 2011-09-18 15:10:50 +02:00
Armin Ronacher
0719ad5f4f Documented new import system for extensions 2011-09-18 13:03:05 +02:00
Armin Ronacher
1e6c5f0975 Documented flask.ext. 2011-09-18 12:51:10 +02:00
Armin Ronacher
8840973a33 Fixed a cross reference in the docs. 2011-09-18 12:50:56 +02:00
Armin Ronacher
e68b34eb6c Added API example to the method view docs 2011-09-17 19:39:19 +02:00
Armin Ronacher
4e12eb4c74 Merge branch 'master' of github.com:mitsuhiko/flask 2011-09-07 11:45:03 +02:00
Armin Ronacher
f6edb31c34 Merge pull request #303 from ametaireau/patch-1
Fixed a typo in the signals documentation.
2011-09-07 02:44:52 -07:00
Armin Ronacher
b40af3ccd9 Updated the documentation to show how to set cookies for not yet existing responses 2011-09-05 18:51:47 +02:00
Armin Ronacher
ccf464189b Added finer control over the session cookie parameters 2011-08-30 14:36:50 +02:00
Armin Ronacher
08bf538fb4 Added a note on the behaviour of the routing system 2011-08-27 00:36:53 +02:00
Armin Ronacher
dc05722b36 Made the foreword less defensive. 2011-08-26 21:42:17 +02:00
Armin Ronacher
d49221bf2e The test client now properly pops response contexts on __exit__ 2011-08-26 14:01:46 +01:00
Armin Ronacher
85ed1bf058 Mentioned View.decorators in the views docs 2011-08-26 08:32:36 +01:00
Armin Ronacher
9070c5c325 Merge branch 'master' of github.com:mitsuhiko/flask 2011-08-25 21:16:27 +01:00
Armin Ronacher
314f9201ab Updated instance path documentation to explain the $PREFIX lookup 2011-08-25 21:16:06 +01:00
Daniel Neuhäuser
a43f73c75c s/Ify ou/If you/ typo 2011-08-26 10:13:54 +03:00
Armin Ronacher
d3ca55177a Updated the docs and examples to non-failing teardown handlers 2011-08-25 20:56:43 +01:00
Armin Ronacher
e853a0f739 The test client and test_request_context are now both using the same logic internally for creating the environ. Also they use APPLICATION_ROOT now. 2011-08-25 20:47:50 +01:00
Armin Ronacher
1ea3d4ea53 Updated documentation regarding the session transactions 2011-08-25 16:13:43 +01:00
Armin Ronacher
f0c089ff6b Merge branch 'master' of github.com:mitsuhiko/flask 2011-08-25 15:19:13 +01:00