lord63
7777b06809
Fix a typo in config.rst
10 years ago
lord63
de5bb759e3
Fix typos in shell.rst
10 years ago
lord63
3e9f074d05
Update becomingbig.rst
10 years ago
lord63
92191fb9d9
Fix a typo in templating.rst
10 years ago
INADA Naoki
931be87475
Update python3.rst
...
Fixes #1101
10 years ago
Kenneth Reitz
577581665c
Merge pull request #1105 from limeburst/master
...
Fix typo in cli docs
10 years ago
Armin Ronacher
cc98ba9092
Merge pull request #1110 from methane/patch-2
...
Stop recommending Python 2.6
10 years ago
INADA Naoki
add59a91cf
Stop recommending Python 2.6
10 years ago
Jihyeok Seo
f5b15c2a35
Fix typo in cli docs
11 years ago
Suraj Patil
eb0c8a6bee
The example does not execute
...
With the inclusion of the app.run we now are able to execute the program, it would be great if we'd have even more detailed docs available for the examples
11 years ago
root-11
2d992e7f13
Update schema.rst
...
The error is that sqlite3 needs escaping on the database column 'text' in the line:
text text not null
so that it becomes:
'text' text not null
The example on mitsuhiko/flask is correct and helped me detecting the mistake.
11 years ago
Kenneth Reitz
0ce47a365f
Merge pull request #1096 from slater/patch-1
...
Update dbcon.rst
11 years ago
Kenneth Reitz
6f990f67ed
Merge pull request #1097 from slater/patch-2
...
Update dbinit.rst
11 years ago
Mark Slater
35282a881e
Update dbinit.rst
...
"require" -> "requires"
11 years ago
Mark Slater
171253a0eb
Update dbcon.rst
...
"Teared" should be "torn", I think?
11 years ago
Kenneth Reitz
9fb52d5e02
Merge pull request #1086 from fengsp/patch-1
...
Fixed typo in _compat.py
11 years ago
Kenneth Reitz
8efbae917b
Merge pull request #1088 from lord63/master
...
Update installation.rst
11 years ago
Kenneth Reitz
b0f594efc9
Merge pull request #1090 from wxcafe/master
...
Update mod_wsgi.rst
11 years ago
Wxcafé (Clément Hertling)
777e23f81e
Update mod_wsgi.rst
...
Changes deprecated pkg_add to pkg install, adds documentation for yum
11 years ago
lord63
c44a6111bc
Update installation.rst
11 years ago
lord63
a8fd417b31
Update installation.rst
...
Add descriptions about how leave from the virtual environment.
11 years ago
Shipeng Feng
bf3708609a
Fixed typo in _compat.py
11 years ago
Armin Ronacher
3fc10bd240
Merge pull request #1077 from hdformat/patch-1
...
Update mod_wsgi.rst
11 years ago
Armin Ronacher
7cfe833a50
Merge pull request #1079 from smarkets/master
...
Get rid of _tag->closure->_tag reference cycle
11 years ago
Jakub Stasiak
4541910381
Get rid of _tag->closure->_tag reference cycle
11 years ago
EJ Lee
6b9370a854
Update mod_wsgi.rst
...
note configuration changes in apache 2.4
11 years ago
Kenneth Reitz
76456dc3b2
Merge pull request #1075 from brannerchinese/master
...
add `Table` to import in `sqlalchemy.rst` example
11 years ago
David Branner
fb5d674488
add `Table` to import in `sqlalchemy.rst` example
11 years ago
Kenneth Reitz
16a7dd06aa
Merge pull request #1062 from SteelyWing/patch-2
...
Doc for add check upload file
11 years ago
Kenneth Reitz
1eede1de1f
Merge pull request #1064 from kekumu/patch-adv-foreword
...
Ambiguity in Advanced Foreword
11 years ago
Kenneth Reitz
39bfb54417
Merge pull request #1066 from bulatb/patch-1
...
Fixed a typo.
11 years ago
Bulat Bochkariov
bd888eaa61
Fixed a typo.
11 years ago
kekumu
305ccd5df9
Update advanced_foreword.rst
...
I think the doc is supposed to read, "Because of that, Flask has a few design choices that some people might find surprising or unorthodox."
Otherwise, it could possibly mean, "Because of that, Flask has few design choices that people would find surprising or unorthodox."
Or perhaps even less ambiguous, "Because of that, Flask has few surprising or unorthodox design choices."
11 years ago
Wing
02b02543b3
Doc for add check upload file
11 years ago
Kenneth Reitz
da1c1f0d7f
Merge pull request #1057 from IanConnolly/doc-fix
...
Fixes #1051
11 years ago
Kenneth Reitz
61c5163679
Merge pull request #1058 from shalabhaggarwal/master
...
Fixed a small typo with flask.g docstring
11 years ago
Shalabh Aggarwal
1f5927eee2
Fixed a small typo with flask.g docstring
11 years ago
Ian Connolly
367a168d86
Fixes #1051
11 years ago
Kenneth Reitz
807067001f
Merge pull request #1054 from lord63/master
...
fix a small mistake in setup.rst
11 years ago
Kenneth Reitz
bd51d2b88c
Merge pull request #1052 from miguelgrinberg/master
...
fixed import for python 3
11 years ago
Kenneth Reitz
332fa79881
Merge pull request #1055 from IanConnolly/doc-fix
...
Fix a tiny spelling error: untilization -> utilization
11 years ago
lord63
2b8a281c1c
fix a small mistake in setup.rst
11 years ago
Armin Ronacher
937ad10275
Simplified app finding for cli
11 years ago
Armin Ronacher
7321a480ea
Simplified click integration a bit
11 years ago
Ian Connolly
fcec4b140c
Fix a tiny spelling error: untilization -> utilization
11 years ago
lord63
4a6f932610
fix a small mistake in setup.rst
11 years ago
Miguel Grinberg
224367fe98
fixed import for python 3
11 years ago
Kenneth Reitz
32d32249d5
Merge pull request #1050 from julen/doc-fixes
...
Docs: fixes
11 years ago
Kenneth Reitz
8fd1825551
Merge pull request #1010 from plumdog/master
...
Tweaks to docs/patterns/viewdecorators.rst
11 years ago
Armin Ronacher
fa6eded6f5
Fixed the cli system failing syntax errors.
11 years ago