Commit graph

392 commits

Author SHA1 Message Date
consigliere
1a249e3389 Corrected decorators to remove duplicate teardown_request() and add after_request() 2011-07-11 15:28:11 -07:00
Armin Ronacher
76c8bb5f6c Merge pull request #274 from ThomasWaldmann/patch-2
fixed typo
2011-07-10 11:21:09 -07:00
ThomasWaldmann
e140bad3f8 fixed typo 2011-07-10 09:28:26 -07:00
ThomasWaldmann
441c8a5b93 fixed typo 2011-07-10 09:25:08 -07:00
Armin Ronacher
c8663e8dab Fixed a typo in the docs. 2011-07-10 13:35:26 +02:00
Armin Ronacher
99c2defb43 Added an example of how to postprocess requests in the testing docs. 2011-07-10 13:34:21 +02:00
Armin Ronacher
deb513c7fe The session interface is new in 0.8, not 0.7 2011-07-08 14:38:49 +02:00
Armin Ronacher
20371b8657 Merge pull request #271 from dafire/master
small error in tutorial
2011-07-07 04:21:39 -07:00
Armin Ronacher
f29ec355e9 Backwards compatibility import 2011-07-07 13:14:15 +02:00
Armin Ronacher
0fccfe711f Refactored session interface 2011-07-07 11:27:22 +02:00
Bastian Hoyer
d63fb818c1 small error in tutorial 2011-07-06 16:07:05 +02:00
Armin Ronacher
de3b6ab5ee Fixed a broken sentence about blueprints. 2011-07-06 11:33:02 +02:00
Armin Ronacher
f55d614427 Merge pull request #269 from hadleyrich/master
Doc fix
2011-07-06 01:25:40 -07:00
Armin Ronacher
0fb2e4c848 More invalid doc fixing 2011-07-01 00:52:06 +02:00
Armin Ronacher
8ba6673670 Fixed a changelog entry 2011-07-01 00:50:18 +02:00
Hadley Rich
c6dbcd572b Trivial fix for PathDispatcher example usage 2011-06-30 22:44:28 +12:00
Armin Ronacher
c26a6dd50c Admin -> Backend 2011-06-29 15:36:02 +02:00
Armin Ronacher
e2fed6c3a7 Fixed another typo 2011-06-28 16:11:01 +02:00
Armin Ronacher
eb6549d95a Merge pull request #262 from SimonSapin/patch-1
Typo fix in code samples for Pluggable Views doc.
2011-06-28 07:09:21 -07:00
Armin Ronacher
d0821edca5 Fixed link to the upgrade script. github changed links apparently 2011-06-28 16:08:19 +02:00
Simon Sapin
0ff7fe2a37 Typo fix in code samples for Pluggable Views doc. 2011-06-28 06:14:39 -07:00
Armin Ronacher
22d468e190 Less annoying gender neutral forms 2011-06-28 14:34:07 +02:00
Armin Ronacher
b36d7b3288 Added class based view documentation 2011-06-28 14:24:54 +02:00
Armin Ronacher
1c8097b35a Updated Python 3 section 2011-06-27 09:43:51 +02:00
Armin Ronacher
4e47ea9105 Merge branch 'master' into blueprints 2011-06-27 09:30:39 +02:00
Jeffrey Finkelstein
12761bd02c fixed pronoun gender in documentation 2011-06-26 21:43:48 -04:00
Armin Ronacher
8232aaebaf Merge branch 'master' into blueprints 2011-06-27 00:35:38 +02:00
Ron DuPlain
8e928a2fcb Document Werkzeug's run_simple for dispatch, #225. 2011-06-25 14:11:53 -04:00
Armin Ronacher
2d946b96a1 Merge branch 'master' into blueprints 2011-06-25 12:26:13 +02:00
Armin Ronacher
26e748cdd3 Merge branch 'master' of github.com:mitsuhiko/flask 2011-06-25 12:24:38 +02:00
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) 2011-06-21 10:05:26 -05:00
Peter Manser
e6b9f509ba Improving documentation for loading jQuery. Now using Google CDN with fallback to local jQuery. 2011-06-20 23:51:30 +02:00
Armin Ronacher
3add9c5fc2 Merge branch 'master' into blueprints 2011-06-20 08:44:02 +02:00
Armin Ronacher
04f2bbcb15 Updated JSON docs 2011-06-20 08:27:23 +02:00
Armin Ronacher
d38c61f42a More modules -> blueprints 2011-06-17 21:58:03 +02:00
Armin Ronacher
7e55b5084d Mention the TESTING flag in the docs 2011-06-17 21:53:11 +02:00
Armin Ronacher
d62e277dfe Added pattern for url processors because the API documentation itself might not reveal much. 2011-06-17 21:33:31 +02:00
Armin Ronacher
86175054d6 More docstrings for blueprints. 2011-06-17 20:27:25 +02:00
Armin Ronacher
dbb9a2ed46 Added note on templates not being updated 2011-06-17 03:45:19 +02:00
Armin Ronacher
5ca333e9b7 Merge branch 'blueprints' of github.com:mitsuhiko/flask into blueprints 2011-06-17 03:42:49 +02:00
Armin Ronacher
dbfa04ece6 Removed old module documentation and added some new for blueprints. 2011-06-17 03:29:31 +02:00
Armin Ronacher
62d91d67f3 More documentation updates 2011-06-17 02:45:57 +02:00
Armin Ronacher
59a92ebd71 Updated blueprint documentation 2011-06-16 23:52:50 +02:00
Ron DuPlain
65f9bc7b22 Touch up (tiny) doc as requested by emiel, #244. 2011-06-16 10:28:51 -04:00
Kenneth Reitz
87234fb2f8 fixed typo 2011-06-15 23:31:48 -07:00
Ron DuPlain
207006f4c3 Touch up and integrate docs on deploying Flask. 2011-06-10 12:15:50 -04:00
Merlin
5127b8bd26 Added initial uwsgi deployment documentation for nginx; updated nginx URL in fastcgi deployment docs; added uwsgi to deployment index 2011-06-10 12:15:42 -04:00
Ron DuPlain
0313c8b24a Expand documentation on blueprints. 2011-06-08 10:37:33 -04:00
Ron DuPlain
20bf8edcf4 Rename teardown example to avoid confusion. 2011-06-08 10:36:31 -04:00
Armin Ronacher
2647bec408 Added a minimal blueprint example 2011-06-08 16:22:17 +02:00