generated from flaskcwg/translation-template
-
Notifications
You must be signed in to change notification settings - Fork 21
Sync docs with latest 2.0.x branch #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for more information, see https://pre-commit.ci
The fix to the teardown_request also applies to all teardown_* methods.
small typo
Update celery.rst
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 contributing guide
* 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 typo in views docs
* Fix link in ASGI docs * Improve the wording of ASGI docs Co-authored-by: Grey Li <withlihui@gmail.com>
Small SQL formatting fix
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
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)
[pre-commit.ci] pre-commit autoupdate
update requirements, stop using dependabot
rewrite testing docs
release version 2.0.3
update reference to 'query' parameter
docs: fix typo in testing example
Add missing docstring for Blueprint cli_group
This was referenced Jun 12, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.