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
Julen Ruiz Aizpuru
a700cb2a76
Docs: fixes
11 years ago
Armin Ronacher
1b77a3fb11
Made errors for working outside of contexts clearer.
11 years ago
Armin Ronacher
5693b9d730
Merge branch 'pr/839'
11 years ago
Armin Ronacher
2639a23b88
Updated setup.py a bit. This fixes #1018
11 years ago
Armin Ronacher
e3a81497f9
Merge pull request #1040 from schlamar/patch-1
...
Fixed typo.
11 years ago
Armin Ronacher
3569fc2441
Greatly refactored click integration and documented it a bit more.
11 years ago
Marc Schlaich
44b0aeb048
Fixed typo.
11 years ago
Armin Ronacher
81576c236a
Further refactored script system to allow more customization for special apps.
11 years ago
Armin Ronacher
ed7b4ccac1
Refactored loading logic to super properly.
11 years ago
Armin Ronacher
4532e89efe
Refactored script info to allow more advanced patterns.
11 years ago
Armin Ronacher
b9013ede22
Clarified how to test with click
11 years ago
Armin Ronacher
d2d8e66130
Fixed flask tests
11 years ago
Armin Ronacher
e059bf311c
Improved support for composable cli
11 years ago
Armin Ronacher
9ab5987100
Updated the examples to be cli based
11 years ago
Armin Ronacher
3be7d918ce
Merge branch 'master' of github.com:mitsuhiko/flask
11 years ago
Armin Ronacher
a3ad5405a6
Updated documentation once more for new cli.
11 years ago
Armin Ronacher
9213e77957
Merge pull request #1039 from erikrose/patch-1
...
Fix a docstring type in cli.py.
11 years ago
Erik Rose
ed9e458850
Fix a docstring type in cli.py.
11 years ago
Armin Ronacher
a3a5075a94
Updated tutorial to the flask script
11 years ago
Armin Ronacher
bacdd076bd
Add "." to sys.path by default
11 years ago
Armin Ronacher
ff034e42cf
Added a missing docstring
11 years ago
Armin Ronacher
984142072b
Added missing documentation page
11 years ago
Armin Ronacher
67e4d3ee63
Merge branch 'master' of github.com:mitsuhiko/flask
11 years ago
Armin Ronacher
e9d1fc47bf
Updated docs for click support
11 years ago
Armin Ronacher
7bb3271f1a
Added changelog entry for click
11 years ago
Armin Ronacher
3bdb90f06b
Added click support to Flask
11 years ago
Armin Ronacher
0ac492a0ac
Depend on click now
11 years ago