David Lord
4086e82b37
release version 1.1.1
2019-07-08 10:58:12 -07:00
David Lord
2e2906fe0c
Merge pull request #3292 from pallets/deprecate-json-available
...
restore and deprecate json_available
2019-07-08 10:37:16 -07:00
David Lord
f19014c7a1
restore and deprecate json_available
2019-07-08 10:26:12 -07:00
David Lord
6e34811504
release version 1.1.0
2019-07-04 16:04:42 -07:00
David Lord
884deb0b5c
Merge branch '1.0.x'
2019-07-04 16:01:14 -07:00
David Lord
01d1e6fe0f
release version 1.0.4
2019-07-04 15:33:46 -07:00
David Lord
912bbd4e08
Merge branch '1.0.x'
2019-07-03 12:23:16 -07:00
David Lord
ee0877649d
Merge pull request #3285 from ThiefMaster/dotenv-msg-stderr
...
Move dotenv warning to stderr
2019-07-03 10:15:32 -07:00
ThiefMaster
10274d918e
Move dotenv warning to stderr
2019-07-03 15:08:10 +02:00
David Lord
edad068449
Merge pull request #3284 from pallets/logger-warning
...
show warning for old logger config
2019-07-02 11:43:47 -07:00
David Lord
e8b8fcbfd4
show warning for old logger config
2019-07-02 11:39:00 -07:00
David Lord
017ed6a37c
Merge pull request #3282 from pallets/logger-name
...
use app.name as app.logger name
2019-07-01 17:42:51 -07:00
David Lord
ba1fcd1887
use app.name as app.logger name
2019-07-01 14:56:18 -07:00
David Lord
0099a0776a
Merge branch '1.0.x'
2019-07-01 11:57:00 -07:00
David Lord
7b74ab5bfd
Merge pull request #3274 from abhinavsagar/patch-1
...
Fix typo
2019-07-01 11:31:48 -07:00
Abhinav Sagar
2e26c83bd0
Update cli.py
2019-07-01 11:01:01 -07:00
David Lord
1ee9405ff3
Merge branch '1.0.x'
2019-07-01 10:54:31 -07:00
David Lord
7540f53caf
Merge pull request #3278 from asottile/importlib_spec
...
Fixes for PEP451 import loaders and pytest 5.x
2019-07-01 10:47:33 -07:00
Anthony Sottile
f65c6d3860
Fixes for PEP451 import loaders and pytest 5.x
...
- pytest 5.x drops python2 compatibility and therefore only implements PEP 451
- pytest 5.x made the repr of `ExcInfo` less confusing (fixed tests depending
on the old format)
2019-07-01 10:43:06 -07:00
David Lord
7b4f294465
Merge branch '1.0.x'
2019-07-01 09:52:06 -07:00
David Lord
f309813e9a
fix tests link
2019-07-01 09:49:40 -07:00
David Lord
ff4f38bdda
Merge pull request #3281 from asottile/utf8_changes
...
Make the changelog UTF-8 compatible
2019-07-01 09:38:43 -07:00
Anthony Sottile
8c68190ed0
Make the changelog UTF-8 compatible
2019-07-01 07:36:20 -07:00
David Lord
e6739672af
Merge pull request #3273 from pallets/utf8-filename
...
send_file quotes ":/" in UTF-8 filename
2019-06-27 08:04:31 -07:00
David Lord
158db956a3
send_file quotes ":/" in UTF-8 filename
2019-06-27 07:55:22 -07:00
David Lord
8c5c7939a2
Merge branch '1.0.x'
2019-06-26 14:46:10 -07:00
David Lord
cd64be524b
Merge pull request #3272 from pallets/keyerror
...
don't clear BadRequestKeyError args
2019-06-26 14:43:36 -07:00
David Lord
23881398e3
don't clear BadRequestKeyError args
2019-06-26 14:34:03 -07:00
David Lord
ff0c92a1c7
Merge branch '1.0.x'
2019-06-23 16:57:52 -07:00
David Lord
7a503ef367
remove union merge attr
2019-06-23 16:25:40 -07:00
David Lord
c627ca003c
Merge pull request #3270 from pallets/metadata
...
update project metadata
2019-06-23 15:43:47 -07:00
David Lord
363741ec69
fix docks linkcheck
2019-06-23 15:37:51 -07:00
David Lord
fd0f91a1fb
update docs config
2019-06-23 12:27:25 -07:00
David Lord
9e7c91115c
use sphinx-issues, rewrap changelog
2019-06-23 12:25:38 -07:00
David Lord
e861ae276b
standardize project metadata
2019-06-22 13:10:50 -07:00
David Lord
e066e9f9e3
standardize license and copyright
2019-06-22 13:09:09 -07:00
David Lord
e979edd5e4
Merge pull request #3269 from pallets/command-name
...
use dashes for command names
2019-06-21 09:07:05 -07:00
David Lord
ea0968869b
use dashes for command names
2019-06-21 08:47:27 -07:00
David Lord
2143807952
Merge pull request #3266 from pallets/internal-server-error-type
...
always pass InternalServerError instance to 500 handler
2019-06-21 08:33:59 -07:00
David Lord
08404e8cd0
document behavior of very generic error handlers
2019-06-21 08:22:35 -07:00
David Lord
6b4ca46a4a
always pass InternalServerError instance to 500 handler
2019-06-19 14:52:25 -07:00
David Lord
c909a7900e
Merge pull request #3104 from eladm26/adding_models_converter
...
moving match_request to RequestContext.push to enable ModelConverter
2019-06-13 12:46:53 -07:00
David Lord
4d904d4f29
move url matching after opening session
2019-06-13 12:40:01 -07:00
Elad Moshe
26cde0536c
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
d01a9c233c
Merge pull request #3253 from aligoren/document-get-exc-class-and-code
...
Added :param to the _get_exc_class_and_code method docstring
2019-06-12 14:10:42 -07:00
David Lord
883fe27f04
reword _get_exc_class_and_code docstring
2019-06-12 14:09:57 -07:00
aligoren
3e1c17bd2a
document _get_exc_class_and_code params
2019-06-12 14:08:45 -07:00
David Lord
bd3c45317f
Merge pull request #3248 from Vicolatope/document-blueprint-parameters
...
Added :param to the Blueprint concstructor docstring
2019-06-12 14:02:56 -07:00
David Lord
c12a101438
reword Blueprint class docstring
2019-06-12 14:01:49 -07:00
vdanain
2f5e59d46d
document Blueprint params
2019-06-12 12:09:01 -07:00