Hsiaoming Yang
ea316d232a
Merge pull request #2733 from kivS/patch-1
...
Fixed Debug default value in the docs
7 years ago
David Lord
78b56dbf2c
Revert "Add `python_requires` metadata for PyPI"
...
This reverts commit a22d143f96
.
7 years ago
wim glenn
a22d143f96
Add `python_requires` metadata for PyPI
7 years ago
Vik
ad1ce2721b
Update config.rst
...
Fix Debug Default: By default Debug is only True when ENV is 'development'
7 years ago
David Lord
4d4294e94e
format changelog
7 years ago
ThiefMaster
f7ac3a7620
Merge branch '1.0-maintenance'
7 years ago
ThiefMaster
6663bf1f7d
Fix registering partials as view functions
7 years ago
Hampus Dunström
a2536e1bdb
Added short note about Werkzeug redirect behaviour
7 years ago
David Lord
3f81582d5d
fix docs index sidebar
7 years ago
David Lord
8ceff653c5
fix docs index sidebar
7 years ago
David Lord
08ef4d03d8
fix docs index sidebar
7 years ago
David Lord
9ed0d068ca
start 1.0.1 changelog
7 years ago
David Lord
ba33500b82
start 1.1 changelog
7 years ago
David Lord
0997e7c8d1
fix docs logo
7 years ago
David Lord
0f3b9d731b
Merge pull request #2721 from wimglenn/wimglenn-patch-1
...
Add `python_requires` metadata for PyPI
7 years ago
wim glenn
fafb827a46
Exclude 3.3 aswell.
7 years ago
wim glenn
732c5b0509
Add `python_requires` metadata for PyPI
7 years ago
David Lord
987b0098d8
fix docs logo
7 years ago
David Lord
d60f213fdb
Bump version number to 1.0.1.dev
7 years ago
David Lord
79d3ff9baa
Bump version number to 1.1.dev
7 years ago
David Lord
46a71071ed
Bump version number to 1.0
7 years ago
David Lord
9d0b163362
release 1.0
7 years ago
David Lord
291f3c338c
Bump version number to 1.0
7 years ago
David Lord
36e68a439a
release 1.0
7 years ago
David Lord
216151c8a3
Merge branch '0.12-maintenance'
7 years ago
David Lord
23047a71fd
Bump version number to 0.12.4.dev
7 years ago
David Lord
1a9e58e8c9
Bump version number to 0.12.3
7 years ago
David Lord
63deee0a8b
release 0.12.3
7 years ago
David Lord
062745b23f
Merge pull request #2720 from pallets/setup-link
...
Add project_urls so that PyPI will show GitHub stats.
7 years ago
David Lord
5c8110de25
ensure order of project urls
7 years ago
Hsiaoming Yang
10a77a5430
Add project_urls so that PyPI will show GitHub stats.
7 years ago
David Lord
22992a0d53
add donate link
7 years ago
David Lord
2ede0b8ba9
add donate link
7 years ago
David Lord
4137aecca9
add donate link
7 years ago
David Lord
44dc32243e
add donate link
7 years ago
Hsiaoming Yang
4df5f82914
Merge pull request #2719 from greyli/patch-9
...
Fix typo in docs
7 years ago
Grey Li
7df3524bb9
Fix typo in docs
7 years ago
David Lord
d0214c9b4c
use name of license
7 years ago
David Lord
0123e65787
Merge pull request #2717 from filipefilardi/master
...
Add LICENSE in README
7 years ago
Filipe Filardi
86a9177f4b
Add LICENSE in README
7 years ago
Hsiaoming Yang
64ac1b0d36
Revert "Close tag on js examples."
...
This reverts commit b7f6ff4f0b
.
7 years ago
Hsiaoming Yang
b7f6ff4f0b
Close tag on js examples.
7 years ago
David Lord
93698b509b
document cli option env vars
...
closes #2713
7 years ago
David Lord
324b4ea255
Merge pull request #2711 from pope1ni/session-serializer-fixes
...
Minor session serializer fixes.
7 years ago
Nick Pope
eaedb9320c
Fix index example for TaggedJSONSerializer.register()
...
Made the example use a keyword, rather than a positional argument, as
the intent here is to show how to insert a tag with higher precedence.
As a positional argument, this would have been passed to ``force``
instead of ``index``.
7 years ago
Nick Pope
fc6a1d9354
Fix default index for TaggedJSONSerializer.register()
...
Change the default value of ``index`` to ``None`` in ``register()`` so
that it is possible to insert a new tag as the penultimate item in the
order list.
7 years ago
David Lord
16549370fd
fix changelog indentation
7 years ago
David Lord
e102e5cb33
Merge pull request #2707 from rochacbruno/lazy_loader_message
...
Add a message `Serving Flask app (module "app.py" will be lazily loaded)` to `flask run` related to #2706
7 years ago
David Lord
80a9e0edf6
app.run is not lazy
...
use click.echo for banner messages
7 years ago
David Lord
be46acb871
add changelog for docs theme and tutorial
7 years ago