David Lord
|
0cfce9a0ec
|
Merge pull request #4084 from pallets/update-theme
Update theme
|
2021-05-20 21:05:36 -07:00 |
|
David Lord
|
9889ca8bca
|
update pallets and sphinx requirements
|
2021-05-20 21:03:33 -07:00 |
|
David Lord
|
cfda270899
|
update pallets-sphinx-themes
|
2021-05-20 21:03:02 -07:00 |
|
David Lord
|
69e6d59ac8
|
Merge pull request #4081 from pallets/config-json
re-add deprecated `Config.from_json` method
|
2021-05-20 13:52:09 -07:00 |
|
David Lord
|
10425fb9b1
|
re-add deprecated Config.from_json method
|
2021-05-20 13:50:13 -07:00 |
|
David Lord
|
b5518e23f5
|
Merge pull request #4072 from pallets/typeshed
use _typeshed.wsgi instead of wsgiref.types
|
2021-05-17 16:06:10 -07:00 |
|
David Lord
|
afc907fd0d
|
use _typeshed.wsgi instead of wsgiref.types
|
2021-05-17 16:03:12 -07:00 |
|
David Lord
|
19b905eeef
|
Merge pull request #4066 from dannysepler/pathlib-in-test
Add pathlib in cli tests
|
2021-05-17 08:51:30 -07:00 |
|
Danny Sepler
|
1b5f21e015
|
Add pathlib in cli tests
|
2021-05-17 08:46:36 -07:00 |
|
David Lord
|
1c3052377b
|
Merge pull request #4063 from pgjones/bp-fix
Bp fix
|
2021-05-17 07:56:20 -07:00 |
|
pgjones
|
6fbdeb80c7
|
Fix nested blueprint url_prefix
This fixes the case where the blueprint is registered with a
url_prefix but any child blueprints have no prefixes.
|
2021-05-17 15:47:25 +01:00 |
|
David Lord
|
f64fff6476
|
Merge pull request #4057 from rafaVls/unused-escape-import
Unused escape import
|
2021-05-14 13:54:21 -07:00 |
|
Rafael Aviles
|
9c186ccfe8
|
Use escape function in return statement for username and subpath.
|
2021-05-14 13:23:34 -07:00 |
|
David Lord
|
6e0fb11717
|
Merge pull request #4056 from pallets/converter-session
converters have access to session
|
2021-05-14 08:23:44 -07:00 |
|
David Lord
|
a7b02b3a07
|
converters have access to session
|
2021-05-14 08:11:09 -07:00 |
|
David Lord
|
8648750997
|
Merge branch '1.1.x' into 2.0.x
|
2021-05-13 18:47:06 -07:00 |
|
David Lord
|
1ca199f9b3
|
Merge pull request #4051 from pallets/release-1.1.4
release version 1.1.4
|
2021-05-13 18:44:46 -07:00 |
|
David Lord
|
64a5d7a018
|
release version 1.1.4
|
2021-05-13 18:22:56 -07:00 |
|
David Lord
|
5f8d3ea2fc
|
Merge pull request #4049 from brettlangdon/fix.os.fspath
Use compat fspath instead of os.fspath in static_folder
|
2021-05-13 18:19:46 -07:00 |
|
brettlangdon
|
3ace642ef3
|
Use compat fspath instead of os.fspath
When 7ba35c4 was cherry-picked it introduced the
usage of os.fspath which is not supported on
Python <3.6
|
2021-05-13 18:17:00 -07:00 |
|
David Lord
|
5bd959fbec
|
Merge branch '1.1.x' into 2.0.x
|
2021-05-13 16:34:58 -07:00 |
|
David Lord
|
c04b0de558
|
Merge pull request #4048 from pallets/release-1.1.3
Release 1.1.3
|
2021-05-13 16:24:21 -07:00 |
|
David Lord
|
661bbcdb90
|
release version 1.1.3
|
2021-05-13 16:22:57 -07:00 |
|
David Lord
|
ae647b5750
|
Merge pull request #4047 from pallets/maximum-versions
set maximum versions for 1.1.x to avoid new major versions
|
2021-05-13 16:20:28 -07:00 |
|
David Lord
|
6d8b4ce9d0
|
set maximum versions of pallets dependencies
|
2021-05-13 16:16:45 -07:00 |
|
David Lord
|
f3551c8b90
|
Merge pull request #4036 from greyli/fix-nesting-bp
Fix url_prefix argument for nesting blueprint
|
2021-05-13 15:27:41 -07:00 |
|
Grey Li
|
e93704fbfd
|
fix url_prefix argument when nesting blueprints
|
2021-05-13 15:02:13 -07:00 |
|
David Lord
|
08e459e823
|
Merge pull request #4045 from pallets/blueprint-name-dot
blueprint name may not contain a dot
|
2021-05-13 14:34:28 -07:00 |
|
David Lord
|
7c5261407d
|
blueprint name may not contain a dot
|
2021-05-13 14:31:50 -07:00 |
|
David Lord
|
d8c37f4372
|
Merge pull request #4026 from greyli/improve-type-hints
Improve type hints for send_file and send_from_directory
|
2021-05-13 13:35:12 -07:00 |
|
Grey Li
|
d5aadba4d3
|
improve type hints for send_file and send_from_directory
|
2021-05-13 13:33:07 -07:00 |
|
David Lord
|
6414df9756
|
Merge pull request #4042 from pallets/update-typing
Update typing
|
2021-05-13 13:09:49 -07:00 |
|
David Lord
|
25884c433f
|
fix typing that wasn't available in Python 3.6.0
|
2021-05-13 13:06:32 -07:00 |
|
David Lord
|
6fe7f45725
|
inform mypy that g has arbitrary attributes
|
2021-05-13 13:06:32 -07:00 |
|
David Lord
|
2baaa8fd8e
|
fix annotation for g object
|
2021-05-13 11:36:05 -07:00 |
|
David Lord
|
89475e5d1e
|
mark top-level names as exported
|
2021-05-13 11:36:05 -07:00 |
|
Grey Li
|
c121e8cea7
|
Merge pull request #4034 from oleksis/2.0.x
Fix Fork link
|
2021-05-13 16:00:48 +08:00 |
|
oleksis
|
1492160887
|
Fix Fork link
|
2021-05-13 03:54:41 -04:00 |
|
David Lord
|
d906c71e99
|
Merge pull request #4019 from greyli/re-add-filename
Re-add filename parameter for send_from_directory
|
2021-05-12 10:23:08 -07:00 |
|
Grey Li
|
fc82dd50e3
|
Re-add filename param for send_from_directory
Add a deprecation warning for the old name
|
2021-05-12 10:15:55 -07:00 |
|
David Lord
|
80d9519a9c
|
Merge pull request #4021 from andrewjroth/patch-1
Added Google Cloud Run as a Hosted option
|
2021-05-12 06:40:57 -07:00 |
|
Andrew J Roth
|
2889ea4dd9
|
Added Google Cloud Run as a Hosted option
|
2021-05-12 09:14:34 -04:00 |
|
Grey Li
|
57b19fda54
|
Fix typo in the example of nesting bp docs
|
2021-05-12 07:49:34 +00:00 |
|
David Lord
|
48325dbfb8
|
Merge pull request #4011 from ThiefMaster/fix-sphinx-build
Install sphinx 4.1-dev from git
|
2021-05-11 16:33:24 -07:00 |
|
Adrian Moennich
|
2ddbceeaa9
|
Install sphinx 4.1-dev from git
Otherwise docs builds are broken due to sphinx-doc/sphinx#9216
|
2021-05-12 01:06:49 +02:00 |
|
David Lord
|
15b2241b51
|
Merge pull request #4010 from pallets/default-branch
rename default branch in files
|
2021-05-11 15:24:15 -07:00 |
|
David Lord
|
52adf2ec21
|
rename default branch in files
|
2021-05-11 15:18:41 -07:00 |
|
David Lord
|
6fb1101f70
|
start version 2.0.1.dev0
|
2021-05-11 14:48:08 -07:00 |
|
David Lord
|
2f0c62f5e6
|
Merge pull request #4007 from pallets/release-2.0.0
Release 2.0.0
|
2021-05-11 14:43:42 -07:00 |
|
David Lord
|
f8e63d3991
|
release version 2.0.0
|
2021-05-11 14:41:52 -07:00 |
|