David Lord
93dd1709d0
release version 1.1.2
2020-04-03 10:10:38 -07:00
David Lord
4024a4a89c
update deprecation versions
2020-04-03 10:02:40 -07:00
Jeenu Viswambharan
4548e00dba
clarify static_folder is relative to root_path
2020-04-03 07:28:44 -07:00
Frost Ming
e6178fe489
Handle different sep across os
2020-02-12 13:17:03 +08:00
frostming
d4076cf07c
strip the ending slash for static_url_path
2020-02-10 18:19:25 -08:00
David Lord
ded3d642a7
pass sys.argv to flask cli
2019-07-10 12:44:04 -07:00
David Lord
ffc68840f8
release version 1.1.1
2019-07-08 10:58:12 -07:00
David Lord
1617202d91
restore and deprecate json_available
2019-07-08 10:26:12 -07:00
David Lord
1b4ace9ba5
release version 1.1.0
2019-07-04 16:04:42 -07:00
David Lord
2844fdb82e
Merge branch '1.0.x'
2019-07-03 12:23:16 -07:00
David Lord
b08e35e4ab
show warning for old logger config
2019-07-02 11:39:00 -07:00
David Lord
df470aecb9
use app.name as app.logger name
2019-07-01 14:56:18 -07:00
David Lord
465da9f610
Merge branch '1.0.x'
2019-07-01 11:57:00 -07:00
David Lord
b05a685a03
Merge branch '1.0.x'
2019-07-01 10:54:31 -07:00
David Lord
afd6250bab
Merge branch '1.0.x'
2019-07-01 09:52:06 -07:00
David Lord
2a2134974c
Merge branch '1.0.x'
2019-06-26 14:46:10 -07:00
David Lord
1351d0a565
Merge branch '1.0.x'
2019-06-23 16:57:52 -07:00
David Lord
54519ef028
document behavior of very generic error handlers
2019-06-21 08:22:35 -07:00
David Lord
9054f6d639
always pass InternalServerError instance to 500 handler
2019-06-19 14:52:25 -07:00
David Lord
c65863912b
move url matching after opening session
2019-06-13 12:40:01 -07:00
Elad Moshe
1ff98a2d21
wait until app ctx is ready before matching url
...
`RequestContext.match_request` is moved from `__init__` to `push`. This
causes matching to happen later, when the app context is available.
This enables URL converters that use things such as the database.
2019-06-13 08:32:23 -07:00
David Lord
29111a3259
Merge branch '1.0.x'
2019-06-12 10:41:11 -07:00
David Lord
53c893b646
fix string concats left over by black
2019-06-01 09:22:20 -07:00
David Lord
43483683b2
apply reorder-python-imports pre-commit config
2019-06-01 09:07:20 -07:00
David Lord
ca278a8694
move to src directory
2019-06-01 08:06:16 -07:00