Commit graph

4365 commits

Author SHA1 Message Date
David Lord
4a559e71fd update requirements 2021-09-08 16:04:26 -07:00
David Lord
da45cac5d1 update pre-commit hooks 2021-09-08 16:03:56 -07:00
Mindiell
e0fdcbaade Fix typo in docs (#4261) 2021-09-08 10:00:36 +02:00
nabbisen
4da7b34e40 Update cherokee links in docs/deploying (#4249) 2021-08-29 09:21:36 -04:00
David Lord
2e1cd7691e 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
cc297f7312 Remove the mention of Flask-Uploads in uploading docs 2021-08-14 05:10:45 -07:00
David Lord
42fd76cae2 add type stub packages 2021-08-10 07:05:23 -07:00
David Lord
dfeb9ad79e Merge pull request #4232 from pallets/update-requirements
Update requirements
2021-08-10 06:59:35 -07:00
David Lord
3e2508698d add type stub packages 2021-08-10 06:51:41 -07:00
David Lord
a2ff86d14d update pre-commit hooks 2021-08-10 06:50:09 -07:00
David Lord
80b284e045 update requirements 2021-08-10 06:49:38 -07:00
David Lord
eaf2d8bc55 Merge pull request #4227 from esadek/pip_link
update pip link
2021-08-10 06:18:38 -07:00
Emil Sadek
e211fa69a6 update pip link 2021-08-10 06:07:21 -07:00
David Lord
36bc79f324 Merge pull request #4174 from na2shell/fix_4170
cli loader handles kwargs in app factory
2021-08-05 19:37:03 -07:00
na2shell
97b96f1170 cli loader handles kwargs in app factory 2021-08-05 19:32:43 -07:00
David Lord
596635f887 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
5199b6cb5b add test for lazy loading error 2021-08-05 19:15:31 -07:00
Rohan salwan
0d65306952 correctly handle raising deferred errors in cli lazy loading 2021-08-05 19:14:51 -07:00
David Lord
76e2250ef7 Merge pull request #4160 from default-303/decimal_fix
json support for Decimal objects
2021-08-05 18:40:44 -07:00
default-303
bf590880f8 jsonify encodes decimal to str 2021-08-05 18:36:13 -07:00
David Lord
f3465df554 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
f73b71c69f static_folder can be a pathlib.Path 2021-08-05 18:16:20 -07:00
David Lord
712343d3da Merge pull request #4139 from awijaya22/issue4099
Avoid race condition in example app
2021-08-05 18:04:51 -07:00
Angeline
001af780ad 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
3f2d20c1c7 Merge pull request #4131 from starlightknown/docstring
added return type all in from_ * modules
2021-08-05 17:42:08 -07:00
Karuna Tata
523dc34c09 document return value for config loading methods 2021-08-05 17:38:24 -07:00
David Lord
9416177d36 Merge pull request #4190 from yuxiaoy1/docs
Improve code example of api & jQuery docs
2021-08-05 16:55:51 -07:00
David Lord
79343623f5 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
61fd6026d1 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
7efa1d4a65 Merge pull request #4193 from Elahi-cs/sql-fix
Small SQL formatting fix
2021-07-07 10:59:04 -07:00
Elahi-cs
b182bd9a69 Small SQL formatting fix 2021-07-07 19:41:11 +02:00
Frank Yu
d2baf242fb 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
877ba21447 Omit the type attribute of script tag 2021-07-07 15:18:04 +08:00
Frank Yu
c2001adf83 Omit the type attribute of script tag 2021-07-07 15:16:29 +08:00
Adrian Moennich
e83581dc60 Fix typo in docs 2021-07-06 22:05:31 +02:00
Grey Li
e81caa2e87 Merge pull request #4175 from greyli/views-docs
Fix typo in views docs
2021-06-27 11:52:54 +08:00
Grey Li
4223b04bf9 Fix typo in docs/views.rst 2021-06-26 22:15:43 +08:00
David Lord
65280e630b 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
fdde3ab735 Change flask.xxx to plain version in testing docs 2021-06-20 23:20:14 +08:00
David Lord
aaac416e18 Merge pull request #4155 from yuxiaoy1/patch-1
Fix bad link in templating docs
2021-06-20 06:45:54 -07:00
David Lord
15c0710d37 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
4e4fdd853f Update testing.rst 2021-06-18 22:18:15 +08:00
Frank Yu
7945f32402 Update templating.rst 2021-06-18 20:15:02 +08:00
Frank Yu
2b794fd1ca Update docs of rendering templates (#4153)
* Update docs of rendering templates

* Improve the grammar

Co-authored-by: Grey Li <withlihui@gmail.com>
2021-06-18 10:10:29 +08:00
Grey Li
ee96cf8aa8 Merge pull request #4147 from greyli/update-contributing-guide
Update contributing guide
2021-06-15 08:49:29 +08:00
pgjones
e9525a7a16 Fix registering a blueprint twice with differing names
Previously the blueprint recorded aspects (before request, after
request etc) would only be added to the app if it was the first
registration of the blueprint instance. However only the record-once
aspects (app-before requests, app-after request) should be added once
on registration of the instance, whereas everything else should be
added on every unique name registration. This ensures that these
trigger under the new name as well as the old.
2021-06-14 17:18:47 +00:00
Grey Li
db5432b7d9 Improve the contributing guide 2021-06-14 14:20:04 +08:00
David Lord
33f1adcbf5 Merge pull request #4142 from Hugo0/patch-1
Update celery.rst
2021-06-08 10:06:35 -07:00
Hugo Montenegro
89652cece5 Update celery.rst
small typo
2021-06-08 19:01:07 +02:00
pgjones
6e2bd47c59 Improve the changelog entry
The fix to the teardown_request also applies to all teardown_*
methods.
2021-06-06 11:09:03 +01:00