Skip to content

Conversation

@greyli
Copy link
Member

@greyli greyli commented Jun 12, 2022

No description provided.

laggardkernel and others added 30 commits June 1, 2021 15:50
The fix to the teardown_request also applies to all teardown_*
methods.
small typo
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.
* Update docs of rendering templates

* Improve the grammar

Co-authored-by: Grey Li <withlihui@gmail.com>
Improve the code example in testing docs
Fix bad link in templating docs
Change flask.xxx to plain version in testing docs
* Fix link in ASGI docs

* Improve the wording of ASGI docs

Co-authored-by: Grey Li <withlihui@gmail.com>
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".
docs in quickstart.rst in use wrong variable name.
Improve code example of api & jQuery docs
added return type all in from_ * modules
otherJL0 and others added 26 commits January 14, 2022 08:26
Adding Fish commands to docs
Remove X-XSS-Protection suggestion
updates:
- [github.com/asottile/reorder_python_imports: v2.6.0 → v2.7.1](asottile/reorder-python-imports@v2.6.0...v2.7.1)
- [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0)
update requirements, stop using dependabot
docs: fix typo in testing example
Add missing docstring for Blueprint cli_group
@greyli greyli merged commit 1522c17 into main Jun 12, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.