Commit graph

2667 commits

Author SHA1 Message Date
David Lord
d8405c531c fix changelog link 2018-04-29 19:36:07 -07:00
David Lord
18fd7dbc32 Bump version number to 0.12.5.dev 2018-04-29 18:24:00 -07:00
David Lord
d15669c297 Bump version number to 0.12.4 2018-04-29 18:23:30 -07:00
David Lord
f462223eef release 0.12.4 2018-04-29 18:22:05 -07:00
David Lord
e1edf61dc0 fix docs index sidebar 2018-04-26 15:15:55 -07:00
David Lord
3d9e84b684 Bump version number to 0.12.4.dev 2018-04-26 12:14:22 -07:00
David Lord
f606e0508d Bump version number to 0.12.3 2018-04-26 12:12:11 -07:00
David Lord
6cd1a55f17 release 0.12.3 2018-04-26 12:12:03 -07:00
David Lord
d86103c79d add donate link 2018-04-26 07:46:50 -07:00
David Lord
30f03a93d8 add donate link 2018-04-26 06:03:33 -07:00
David Lord
d5108acf27 enable intersphinx 2018-04-18 13:10:56 -07:00
David Lord
78ef3ea993 Merge pull request #2710 from davidism/0.12-docs-theme
backport #2709 use theme provided by pallets-sphinx-themes
2018-04-18 13:07:36 -07:00
David Lord
db01b7350c use theme provided by pallets-sphinx-themes 2018-04-18 13:06:08 -07:00
David Lord
e5b5a30da3 add changelog for 0.12.3 2018-04-10 13:10:53 -07:00
David Lord
cd7b9f4fd6 Merge pull request #2695 from pallets/backport-2691-json-encoding
detect UTF encodings when loading json
2018-04-10 12:58:45 -07:00
David Lord
992e49a50d detect UTF encodings when loading json 2018-04-10 12:55:01 -07:00
David Lord
aa9c87ea67 Merge pull request #2694 from pallets/backport-2359-cli-warning
backport #2359 fix python -m import warning
2018-04-10 12:31:52 -07:00
David Lord
4c8f49268b be smarter about adding ".cli" to reloader command
python -m flask.cli raises an import warning on > 2.6
it's only needed on 2.6, "flask" works otherwise
2018-04-10 12:27:26 -07:00
ThiefMaster
dd8adc11be Fix ValueError for some invalid Range requests
fixes #2526
2017-11-25 00:37:49 +01:00
Markus Unterwaditzer
694af5346a Bump to dev version 2017-05-16 08:40:08 +02:00
Markus Unterwaditzer
8ef0f3900a Bump version number to 0.12.2 2017-05-16 08:39:30 +02:00
Markus Unterwaditzer
0bc80c1978 Release 0.12.2 2017-05-16 08:39:28 +02:00
David Lord
935acefaf2 safe_join on Windows uses posixpath
fixes #2033
closes #2059
2017-05-16 08:34:37 +02:00
David Lord
151463eb57 get mtime in utc 2017-04-14 05:30:03 -07:00
David Lord
69df465cac use app.testing property instead of config 2017-04-14 05:26:29 -07:00
Markus Unterwaditzer
0cbee768d3 Bump to dev version 2017-03-31 18:43:52 +02:00
Markus Unterwaditzer
c6a9895dc6 Bump version number to 0.12.1 2017-03-31 18:43:36 +02:00
Markus Unterwaditzer
6b77184efb Prepare for 0.12.1 2017-03-31 18:43:34 +02:00
Markus Unterwaditzer
5b10ba89ce Correct changelog 2017-03-31 18:41:10 +02:00
Markus Unterwaditzer
6af8260d77 Merge branch 'Diggsey-db-handle-baseexceptions' into 0.12-maintenance 2017-03-31 18:40:55 +02:00
Diggory Blake
65cf64e019 Make test more idiomatic 2017-03-31 18:40:46 +02:00
Diggory Blake
965d444e0f Add test and changes 2017-03-31 18:40:46 +02:00
Diggory Blake
d41d0803ef Handle BaseExceptions 2017-03-31 18:40:46 +02:00
Markus Unterwaditzer
824b11a347 Merge branch 'pawl-fix_import_error' into 0.12-maintenance
Fix #2133
2016-12-30 22:46:03 +01:00
Paul Brown
b2b61ecca9 update change log 2016-12-30 22:45:53 +01:00
Paul Brown
74a0eee5a1 prevent NoAppException when ImportError occurs within imported module 2016-12-30 22:45:53 +01:00
Markus Unterwaditzer
5512e424b6 Fix config.from_pyfile on Python 3 (#2123)
* Fix config.from_pyfile on Python 3

Fix #2118

* Support Python 2.6

* Fix tests on Python 2
2016-12-26 03:50:47 +01:00
Markus Unterwaditzer
8da8bd1f62 Bump to dev 0.12.1 2016-12-25 16:35:30 +01:00
Markus Unterwaditzer
afb013e260 Changelog stub for 0.12.1 2016-12-25 16:35:06 +01:00
Markus Unterwaditzer
1a37924e5a Bump version number to 0.12 2016-12-21 21:22:08 +01:00
Markus Unterwaditzer
09f5dcfdc6 Version 0.12 2016-12-21 21:19:53 +01:00
Jiri Kuncar
cb001d3ad0 Ignore cache on request.get_json(cache=False) call (#2089)
* Test cache argument of Request.get_json

* Ignore cache on request.get_json(cache=False) call

Removes usage of `_cached_json` property when `get_json` is called with
disabled cache argument. (closes #2087)
2016-12-21 21:08:38 +01:00
Raphael Deem
46efe74805 use dict instead of if/else logic (#2093) 2016-12-21 21:07:57 +01:00
Hopsken
755401d5dc Update README for minitwit (#2119)
add step 2 to run minitwit
2016-12-21 21:07:09 +01:00
Sven-Hendrik Haase
41d4c60e0b Style the flask command consistently (#2120)
It's done like this in other parts of this doc.
2016-12-21 21:06:48 +01:00
Sven-Hendrik Haase
5d4e95735e Remove wrong comma (#2116) 2016-12-19 05:37:34 -08:00
Markus Unterwaditzer
08188019b7 Merge pull request #2088 from ezramorris/patch-1
Add link to AWS EB Flask tutorial
2016-11-18 15:38:31 +01:00
ezramorris
7f0240cabc Add link to AWS EB Flask tutorial 2016-11-17 14:01:30 +00:00
Markus Unterwaditzer
0aa7ebd1e9 Fix import error 2016-11-15 11:58:44 +01:00
Jannis Leidel
8d03e03764 Fix rST rendering of env var (#2085)
This was broken in ad011bc32d (diff-fd40cf2be7711772de9d8316da038cceR263)
2016-11-15 11:57:09 +01:00