David Lord
b2b60450f7
allow lazy loading test to fail on pypy
2021-10-05 09:11:00 -07:00
David Lord
5a1c5eb5c0
Merge pull request #4293 from pallets/flaky-lazy-test
...
try to address flakiness of lazy loading test
2021-10-05 08:06:49 -07:00
David Lord
6d65595a3c
try to address flakiness of lazy loading test
2021-10-05 08:03:30 -07:00
David Lord
6f7762538b
Merge pull request #4287 from pallets/release-2.0.2
...
release version 2.0.2
2021-10-04 07:31:29 -07:00
David Lord
174fe4453a
release version 2.0.2
2021-10-04 07:26:47 -07:00
David Lord
6d637f0fdb
Merge pull request #4230 from matipau/blueprint-fix
...
Fix callback order for nested blueprints
2021-10-03 20:38:28 -07:00
David Lord
3f6cdbd8b3
use similar code for all callback-applying methods
...
avoid building nested chain iterables
avoid triggering defaultdict when looking up registries
apply functions as they are looked up
2021-10-03 20:36:21 -07:00
Matthias Paulsen
166a2a6207
Fix callback order for nested blueprints
...
Handlers registered via url_value_preprocessor, before_request,
context_processor, and url_defaults are called in downward order: First
on the app and last on the current blueprint.
Handlers registered via after_request and teardown_request are called
in upward order: First on the current blueprint and last on the app.
2021-10-03 20:27:24 -07:00
David Lord
4346498c85
Merge pull request #4285 from Makonede/patch-1
...
fix list numbering
2021-10-01 19:52:05 -07:00
Makonede
7685851594
fix list numbering
2021-10-01 19:46:54 -07:00
David Lord
f8c881b887
Merge pull request #4267 from sprutner/patch-1
...
Update reqcontext.rst
2021-10-01 10:18:07 -07:00
Seth Rutner
1a40d9b976
fix grammar in links to app and request context
2021-10-01 10:16:20 -07:00
David Lord
b4094b35ef
Merge pull request #4269 from Jalkhov/patch-1
...
Fix grammatical error
2021-10-01 10:07:27 -07:00
Pedro Torcatt
22933a8cb4
fix docs for Flask.test_client_class
2021-10-01 10:01:54 -07:00
David Lord
56c8bddf6b
Merge pull request #4271 from KPLauritzen/b/broken-link-flaskwtf
...
Fix broken link to Flask-WTF
2021-10-01 09:59:34 -07:00
Kasper Primdal Lauritzen
3a78f501e9
Fix broken link to Flask-WTF
2021-10-01 09:57:25 -07:00
David Lord
3b83d0c75b
Merge pull request #4284 from pallets/update-requirements
...
Update requirements
2021-10-01 09:50:53 -07:00
David Lord
42a6da2da3
update requirements
2021-10-01 09:46:38 -07:00
David Lord
34ff7d73a7
Merge pull request #4283 from pallets/except-chain
...
use exception chaining
2021-10-01 09:42:17 -07:00
David Lord
6a4bf9eec1
use exception chaining
...
fixes flake8-bugbear B904
2021-10-01 09:39:10 -07:00
Grey Li
ca0033c11a
Merge pull request #4266 from kkirsche/patch-1
...
fix: typo docs/debugging.rst:72
2021-09-15 08:50:07 +08:00
Kevin Kirsche
9d9108fe25
fix: typo docs/debugging.rst:72
...
docs/debugging.rst:72: controled ==> controlled
2021-09-14 12:29:42 -04:00
David Lord
313a70da6e
update requirements
2021-09-08 16:04:26 -07:00
David Lord
7c7b583603
update pre-commit hooks
2021-09-08 16:03:56 -07:00
Mindiell
e1dce5c39a
Fix typo in docs ( #4261 )
2021-09-08 10:00:36 +02:00
nabbisen
fafc132dcb
Update cherokee links in docs/deploying ( #4249 )
2021-08-29 09:21:36 -04:00
David Lord
3261a9451a
Merge pull request #4234 from greyli/upload-docs
...
Remove the mention of Flask-Uploads in the uploading docs
2021-08-14 05:21:11 -07:00
Grey Li
84aa8706c0
Remove the mention of Flask-Uploads in uploading docs
2021-08-14 05:10:45 -07:00
David Lord
ae5ad9e1ae
add type stub packages
2021-08-10 07:05:23 -07:00
David Lord
4820737188
Merge pull request #4232 from pallets/update-requirements
...
Update requirements
2021-08-10 06:59:35 -07:00
David Lord
31ce7d61cd
add type stub packages
2021-08-10 06:51:41 -07:00
David Lord
78e82a3ef7
update pre-commit hooks
2021-08-10 06:50:09 -07:00
David Lord
d9133e9369
update requirements
2021-08-10 06:49:38 -07:00
David Lord
9c91bb3ce2
Merge pull request #4227 from esadek/pip_link
...
update pip link
2021-08-10 06:18:38 -07:00
Emil Sadek
9830fd8a80
update pip link
2021-08-10 06:07:21 -07:00
David Lord
ef3a82a282
Merge pull request #4174 from na2shell/fix_4170
...
cli loader handles kwargs in app factory
2021-08-05 19:37:03 -07:00
na2shell
9f0da9b770
cli loader handles kwargs in app factory
2021-08-05 19:32:43 -07:00
David Lord
c3f923d0e0
Merge pull request #4169 from Rohan-Salwan/dev
...
fix raising error during cli lazy loading
2021-08-05 19:17:52 -07:00
David Lord
2305b056c3
add test for lazy loading error
2021-08-05 19:15:31 -07:00
Rohan salwan
aa6dd09c2c
correctly handle raising deferred errors in cli lazy loading
2021-08-05 19:14:51 -07:00
David Lord
66d9d4fa8d
Merge pull request #4160 from default-303/decimal_fix
...
json support for Decimal objects
2021-08-05 18:40:44 -07:00
default-303
892ae95509
jsonify encodes decimal to str
2021-08-05 18:36:13 -07:00
David Lord
06cf349bb8
Merge pull request #4152 from Yourun-proger/fix
...
`static_folder` can be a `pathlib.Path` object
2021-08-05 18:18:04 -07:00
Yourun-Proger
9a2adfba4d
static_folder can be a pathlib.Path
2021-08-05 18:16:20 -07:00
David Lord
187f6ce409
Merge pull request #4139 from awijaya22/issue4099
...
Avoid race condition in example app
2021-08-05 18:04:51 -07:00
Angeline
5119657547
safer check for existing user in tutorial
...
Co-authored-by: David Lord <davidism@gmail.com>
2021-08-05 18:01:55 -07:00
David Lord
50b7dcbab3
Merge pull request #4131 from starlightknown/docstring
...
added return type all in from_ * modules
2021-08-05 17:42:08 -07:00
Karuna Tata
e18ed45c88
document return value for config loading methods
2021-08-05 17:38:24 -07:00
David Lord
a0afb6f375
Merge pull request #4190 from yuxiaoy1/docs
...
Improve code example of api & jQuery docs
2021-08-05 16:55:51 -07:00
David Lord
5dfa67ed5a
Merge pull request #4221 from kaushikk25/patch-1
...
docs in quickstart.rst in use wrong variable name.
2021-08-05 08:55:28 -07:00