David Lord
d92b64aa27
clean up merge
2020-02-10 16:36:40 -08:00
Armin Ronacher
2f8086e8c8
Merge remote-tracking branch 'origin/0.12.x' into 1.0.x
2020-02-10 20:36:55 +01:00
Armin Ronacher
79c71f24e4
0.12.6.dev
2020-02-10 20:32:11 +01:00
Armin Ronacher
191710cbda
Bump version number to 0.12.5
2020-02-10 20:30:59 +01:00
Armin Ronacher
8086ce8b9f
Changelog for 0.12.5
2020-02-10 20:30:54 +01:00
Armin Ronacher
85db0135cb
Pin Werkzeug < 1.0 for 0.12 ( #3497 )
2020-02-10 20:27:39 +01:00
David Lord
563ef469f7
Merge branch '0.12.x' into 1.0.x
2019-09-24 06:43:25 -07:00
David Lord
e007949017
Merge pull request #3376 from pallets/migrate-docs
...
update docs for new theme
2019-09-24 06:41:48 -07:00
David Lord
4ed20657c6
update docs for new theme
2019-09-24 06:35:10 -07:00
David Lord
e17c3423bd
Merge pull request #3375 from pallets/ext-py-version
...
reword extension python version item
2019-09-23 12:10:30 -07:00
David Lord
6cde195c88
reword extension python version item
2019-09-23 11:59:59 -07:00
David Lord
06507ed4e4
Merge pull request #3374 from pallets/ext-docs
...
Remove old things from docs
2019-09-23 08:33:50 -07:00
David Lord
e01b68e7ee
update patterns, snippets, extensions docs
2019-09-23 08:19:40 -07:00
David Lord
c074422cfd
Merge pull request #3321 from greyli/fix-gh-link-generator
...
Fix github link generator for docs
2019-08-01 12:56:30 -07:00
Grey Li
2a8ebc4411
Fix github link generator for docs
2019-08-01 22:49:31 +08:00
David Lord
d0df619263
Merge pull request #3305 from greyli/update-extension-doc
...
Update outdated extension doc
2019-07-22 13:30:43 -07:00
Grey Li
90004a83be
Update outdated extension doc
...
Remove links and descriptions relate to abandoned "Flask Extension
Registry" in documentation
2019-07-22 13:23:57 -07:00
David Lord
626b5cc166
release version 1.0.4
2019-07-04 15:33:46 -07:00
David Lord
c07475935c
Merge pull request #3285 from ThiefMaster/dotenv-msg-stderr
...
Move dotenv warning to stderr
2019-07-03 10:15:32 -07:00
ThiefMaster
975f979269
Move dotenv warning to stderr
2019-07-03 15:08:10 +02:00
David Lord
cf4923bf58
Merge pull request #3274 from abhinavsagar/patch-1
...
Fix typo
2019-07-01 11:31:48 -07:00
Abhinav Sagar
3aff003c45
Update cli.py
2019-07-01 11:01:01 -07:00
David Lord
043443d2d3
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
a5ecdfa7a5
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
b9c2267272
fix tests link
2019-07-01 09:49:40 -07:00
David Lord
2675076cb7
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
54cbb4e642
send_file quotes ":/" in UTF-8 filename
2019-06-27 07:55:22 -07:00
David Lord
6ed68f015a
Merge pull request #3272 from pallets/keyerror
...
don't clear BadRequestKeyError args
2019-06-26 14:43:36 -07:00
David Lord
871e6d6a9d
don't clear BadRequestKeyError args
2019-06-26 14:34:03 -07:00
David Lord
31d3c7e719
Merge pull request #3270 from pallets/metadata
...
update project metadata
2019-06-23 15:43:47 -07:00
David Lord
cb6272ccc8
fix docks linkcheck
2019-06-23 15:37:51 -07:00
David Lord
28b35c55a1
update docs config
2019-06-23 12:27:25 -07:00
David Lord
7d77958000
use sphinx-issues, rewrap changelog
2019-06-23 12:25:38 -07:00
David Lord
24498afed5
standardize project metadata
2019-06-22 13:10:50 -07:00
David Lord
e666f7a69c
standardize license and copyright
2019-06-22 13:09:09 -07:00
David Lord
6cd92ebc32
Merge pull request #3269 from pallets/command-name
...
use dashes for command names
2019-06-21 09:07:05 -07:00
David Lord
146df0f9e8
use dashes for command names
2019-06-21 08:47:27 -07:00
David Lord
d5fea5fa1d
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
6ec98f0749
reword _get_exc_class_and_code docstring
2019-06-12 14:09:57 -07:00
aligoren
d8d74b0cc8
document _get_exc_class_and_code params
2019-06-12 14:08:45 -07:00
David Lord
53f5fd234b
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
571b9f54e7
reword Blueprint class docstring
2019-06-12 14:01:49 -07:00
vdanain
b89bf9e6d7
document Blueprint params
2019-06-12 12:09:01 -07:00
David Lord
f7f1d9de3d
Merge pull request #3260 from LBWright/error-handling
...
adds api error handling example to documentation
2019-06-12 11:07:04 -07:00
David Lord
4b519f0e33
reword api error section
2019-06-12 11:02:53 -07:00
Logan Wright
7bc965fada
adds api error handling documentation
2019-06-12 10:54:12 -07:00
David Lord
8a7d080085
remove codecov
2019-06-12 10:35:35 -07:00
David Lord
46a67b6789
Merge pull request #3261 from pallets/fix-server-name-warnings
...
fix tests failing with server name warnings
2019-06-12 08:17:25 -07:00
David Lord
dbd4520ccb
fix tests failing with server name warnings
...
After pallets/werkzeug#1577 , mismatched configured and real server
names will show a warning in addition to raising 404. This caused
tests that did this deliberately to fail.
This patch removes the pytest fixture we were using to fail on
warnings, instead using the standard `-Werror` option. This speeds
up the tests by ~3x.
2019-06-10 14:05:33 -07:00
David Lord
6369537a49
Merge pull request #3243 from DiegoAlbertoTorres/docs
...
Guard against missing request context in logging docs.
2019-05-31 16:47:32 -04:00