Commit graph

4372 commits

Author SHA1 Message Date
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
kaushik kothiya
858cc9cace
Wrong variable name use
File upload section upload_file function in  file request parameter variable name is "file". but file save method in secure_filename function in use "f.filename".
2021-08-05 08:52:42 -07:00
David Lord
e7b16b5ef2
Merge pull request #4193 from Elahi-cs/sql-fix
Small SQL formatting fix
2021-07-07 10:59:04 -07:00
Elahi-cs
3127c304ec Small SQL formatting fix 2021-07-07 19:41:11 +02:00
Frank Yu
85c35bd615
Fix link in ASGI docs (#4191)
* Fix link in ASGI docs

* Improve the wording of ASGI docs

Co-authored-by: Grey Li <withlihui@gmail.com>
2021-07-07 19:26:24 +08:00
Frank Yu
29c09a92c4
Omit the type attribute of script tag 2021-07-07 15:18:04 +08:00
Frank Yu
922e91b278
Omit the type attribute of script tag 2021-07-07 15:16:29 +08:00
Adrian Moennich
6e1b72096d Fix typo in docs 2021-07-06 22:05:31 +02:00
Grey Li
7023145f79
Merge pull request #4175 from greyli/views-docs
Fix typo in views docs
2021-06-27 11:52:54 +08:00
Grey Li
c224832acc Fix typo in docs/views.rst 2021-06-26 22:15:43 +08:00
David Lord
49cbb77528
Merge pull request #4165 from yuxiaoy1/patch-1
Change flask.xxx to plain version in testing docs
2021-06-21 10:07:33 -07:00
Frank Yu
35eb582bf3
Change flask.xxx to plain version in testing docs 2021-06-20 23:20:14 +08:00
David Lord
d426b58e57
Merge pull request #4155 from yuxiaoy1/patch-1
Fix bad link in templating docs
2021-06-20 06:45:54 -07:00
David Lord
5261aeb7c7
Merge pull request #4156 from yuxiaoy1/patch-4
Improve the code example in testing docs
2021-06-20 06:45:37 -07:00
Frank Yu
7b696e076a
Update testing.rst 2021-06-18 22:18:15 +08:00
Frank Yu
5fa7d2efe7
Update templating.rst 2021-06-18 20:15:02 +08:00