Matt Dawson
985feb16c7
Rework extension dev documentation.
...
The g object shouldn't be used for things like database connections.
The SQLite3 extension example code did that, so we've refactored the
example to use a manager pattern instead.
2011-03-14 00:38:21 -04:00
Matt Dawson
2180a5f4ab
Update sqlite extension example code.
2011-03-13 21:58:01 -04:00
Baiju M
b49de851d9
Link to issue tracker
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-02-21 03:20:00 +01:00
Jerry Baker
09a06abb77
Updated 'declarative' link in docs/patterns/sqlalchemy.rst
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-02-17 22:36:04 +01:00
Armin Ronacher
8ed051d5b5
Fixed a terrible wrong part in the module documentation
2011-02-10 21:43:13 +01:00
Armin Ronacher
6562f2e152
Fixed line numbers for flask pdf
2011-02-06 11:56:55 +01:00
fmw
94f90bc4eb
updated docs on FastCGI deployment with Lighty
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-02-05 17:29:48 +01:00
Armin Ronacher
4228d7281f
No reference for favicon
2011-01-24 13:51:06 +01:00
mvantellingen
b0ca7e5af1
Implement the endpoint decorator. This allows you to easily map views to endpoints when using the werkzeug routing.
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-01-24 13:49:11 +01:00
Dag Odenhall
384ad219cb
Typo in docs
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-01-20 16:46:03 +01:00
Dag Odenhall
7afd49c648
Pattern documentation for favicons
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2011-01-20 16:33:56 +01:00
Armin Ronacher
402f12bb6d
We do not support 2.4, not even with CGI :)
2011-01-14 00:29:37 +01:00
Armin Ronacher
24c1713ff5
Improved documentation for model registration
2011-01-13 22:18:49 +01:00
Armin Ronacher
8569dfee61
Added a PROPAGATE_EXCEPTIONS flag
2010-11-29 08:57:38 +01:00
Jason Davies
ed517c7215
Minor spelling fixes
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-11-19 13:28:52 +01:00
Armin Ronacher
2ac1b7d438
Fixed a documentation error. This fixes #143
2010-11-19 13:25:45 +01:00
doobeh
67f483bf64
Typo.
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-11-07 13:37:09 +01:00
Daniel D. Beck
4f1b086218
Fixed: incorrect indentation level for session's permanent attribute
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-11-02 00:05:08 +01:00
Francisco Souza
1c24b62727
Minor on docs ( fixes #133 )
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-11-02 00:03:50 +01:00
Daniel Haaker
60177639f4
There is no database abstraction layer
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-29 18:41:33 +02:00
Daniel Haaker
693b3b7621
Tricker -> trickier
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-29 18:41:26 +02:00
Daniel Haaker
ce4f81f1c2
Correct capitalization SQLite
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-29 18:41:21 +02:00
Daniel Haaker
d8f521e1ff
Add missing period
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-29 18:41:17 +02:00
Daniel Haaker
94a7312d5a
Add missing semicolon to test
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-29 18:41:10 +02:00
Nick Walker
1f6321a1cb
clarified description of templates directory
...
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
2010-10-22 15:37:50 +03:00
agentultra
325b96099a
Small change to the packages documentation example for clarity
2010-10-07 19:33:10 +08:00
Ron DuPlain
085faf2a77
First pass to reword security doc for word flow.
2010-10-07 19:32:08 +08:00
Ron DuPlain
6875a057ec
Fixed small typos in docs. Added a cross-ref.
2010-10-07 19:32:07 +08:00
Ron DuPlain
216478f715
docs: Finished sentence on Notes on Proxies.
2010-10-07 19:32:07 +08:00
agentultra
c62422c318
Updated documentation on packaging patterns
2010-09-10 06:56:16 +08:00
Armin Ronacher
d903f55e83
s/sdist/dist/. This fixes #106
2010-08-18 21:58:04 +02:00
Armin Ronacher
780bcf365c
Merge branch 'master' of github.com:mitsuhiko/flask
2010-08-18 21:56:54 +02:00
Armin Ronacher
0566abc28d
Fixed testing example
2010-08-18 20:10:47 +02:00
Zhao Xiaohong
36a421bb3a
Fixed template_rendered example in signal documentation.
2010-08-15 16:58:02 +08:00
Armin Ronacher
a3f78af870
Improved the templated decorator in the documentation as recommended by Thadeus Burgess on the mailinglist
2010-08-13 23:37:57 +02:00
Armin Ronacher
6b5ba14521
Added a missing is
2010-08-10 23:10:55 +02:00
Armin Ronacher
38107c752c
Fixed a wrong import path in the documentation. Fixes #102
2010-08-07 13:41:06 +02:00
Armin Ronacher
c41a1cd8dc
Another typo fix
2010-08-07 13:38:26 +02:00
Armin Ronacher
a354c393ae
Fixed a typo
2010-08-07 13:37:43 +02:00
Armin Ronacher
fda14678c0
Deprecated send_file etag support and mimetype guessing for file-like objects. This fixes #104
2010-08-07 13:36:39 +02:00
Armin Ronacher
faa1c71e45
Request local objects now fail properly with a RuntimeError. This fixes #105
2010-08-07 13:02:53 +02:00
Armin Ronacher
d17b6d738a
Fixed a refacotring error in the docs. This fixes #100
2010-08-03 12:17:36 +02:00
jgraeme
ff2786d8af
Fix some typos in the docs
2010-08-03 18:07:40 +08:00
Aku Kotkavuo
43ae651c30
Proofread docs/quickstart
2010-07-28 07:33:54 +08:00
Armin Ronacher
738c66eff3
Fixed submodules. Once again -.-
2010-07-28 01:32:39 +02:00
florentx
0906f7d589
Typos.
2010-07-28 05:34:15 +08:00
Aku Kotkavuo
3561a398b1
Made one sentence easier to parse in docs/foreword
2010-07-28 05:33:43 +08:00
Armin Ronacher
3da165f2f5
Fixed typo
2010-07-26 17:14:17 +02:00
Armin Ronacher
27ce5cc0a1
Added another rule to the approval list. 2.5-2.7 compatibility
2010-07-26 16:02:36 +02:00
Armin Ronacher
312dfb4373
Mentioned zip_safe
2010-07-25 18:51:28 +02:00