dependabot[bot]
|
2589328485
|
Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-07-01 16:05:52 +00:00 |
|
David Lord
|
3635583ce2
|
Merge pull request #4662 from pallets/fix-run-skip
re-add flag to skip unguarded app.run from CLI
|
2022-06-29 21:21:52 -07:00 |
|
David Lord
|
5544d09477
|
re-add flag to skip unguarded app.run from CLI
|
2022-06-29 21:19:28 -07:00 |
|
David Lord
|
ab36542260
|
Merge pull request #4629 from pgjones/generate
allow view to return generator
|
2022-06-18 12:24:13 -07:00 |
|
pgjones
|
46433e9807
|
add generate_template and generate_template_string functions
|
2022-06-18 12:20:53 -07:00 |
|
pgjones
|
762382e436
|
view functions can return generators as responses directly
|
2022-06-18 11:25:05 -07:00 |
|
David Lord
|
7f2a0f4806
|
Merge pull request #4645 from kkirsche/patch-2
Use timezone aware datetime object on session
|
2022-06-17 12:05:19 -07:00 |
|
Kevin Kirsche
|
ed42e92928
|
session expiration datetime is UTC timezone-aware
|
2022-06-17 12:01:48 -07:00 |
|
David Lord
|
cec5f74110
|
Merge pull request #4647 from pallets/cli-app_context
with_appcontext lasts for the lifetime of the click context
|
2022-06-17 11:57:22 -07:00 |
|
David Lord
|
c9e000b9ce
|
with_appcontext lasts for the lifetime of the click context
|
2022-06-17 11:52:01 -07:00 |
|
David Lord
|
ae547270e9
|
Merge pull request #4646 from pallets/cli-app-env
|
2022-06-17 09:30:28 -07:00 |
|
David Lord
|
ab1fbef29a
|
prefer --app over FLASK_APP in docs
|
2022-06-17 09:26:26 -07:00 |
|
David Lord
|
99fa3c36ab
|
add --app, --env, --debug, and --env-file CLI options
|
2022-06-17 08:19:55 -07:00 |
|
David Lord
|
fe4003b3c9
|
Merge pull request #4642 from pallets/cli-nest
`FlaskGroup` can be nested
|
2022-06-15 14:17:45 -07:00 |
|
David Lord
|
aa801c431a
|
FlaskGroup can be nested
|
2022-06-15 14:09:56 -07:00 |
|
David Lord
|
4f03a769d4
|
edit some cli messages
dev server message doesn't show one of the lines in grey
app.run message uses click.secho instead of warning
|
2022-06-15 12:45:22 -07:00 |
|
David Lord
|
97298e06fe
|
Merge branch '2.1.x'
|
2022-06-12 16:04:01 -07:00 |
|
David Lord
|
a9878c018b
|
remove mod_wsgi-standalone
|
2022-06-12 16:03:51 -07:00 |
|
David Lord
|
9139af1c62
|
Merge branch '2.1.x'
|
2022-06-12 14:10:51 -07:00 |
|
David Lord
|
b0a144d0c0
|
Merge pull request #4637 from pallets/docs-deploy
rewrite deployment docs
|
2022-06-12 14:03:55 -07:00 |
|
David Lord
|
2ea77c2782
|
rewrite deployment docs
|
2022-06-12 14:00:00 -07:00 |
|
David Lord
|
dcd1a1e0b6
|
Merge branch '2.1.x'
|
2022-06-11 14:16:51 -07:00 |
|
David Lord
|
9398630a8f
|
Merge pull request #4636 from pallets/docs-javascript
|
2022-06-11 14:03:01 -07:00 |
|
David Lord
|
2f3c87dcb8
|
rewrite javascript docs
|
2022-06-11 13:44:46 -07:00 |
|
David Lord
|
ebc0d30dd1
|
Merge pull request #4630 from mirskiy/docs-mention-relative
Update send_from_directory docstring to mention relative root for `directory`
|
2022-06-09 09:24:26 -07:00 |
|
Dan Mirsky
|
9934528c8f
|
Update send_from_directory docstring
|
2022-06-09 09:12:10 -07:00 |
|
David Lord
|
6f6e3289da
|
remove javascript fetch polyfill
|
2022-06-08 07:30:29 -07:00 |
|
David Lord
|
db3187fd7a
|
Merge pull request #4624 from pallets/view-init-scope
add `View.init_every_request` attribute
|
2022-06-06 15:52:48 -07:00 |
|
David Lord
|
45174bf9a1
|
use __init_subclass__ instead of metaclass for MethodView
|
2022-06-06 15:48:36 -07:00 |
|
David Lord
|
bab5a65e6e
|
rewrite class-based view docs
|
2022-06-06 15:33:46 -07:00 |
|
David Lord
|
6e23239567
|
add View.init_every_request attribute
|
2022-06-06 15:11:01 -07:00 |
|
David Lord
|
aab1d9935e
|
Merge pull request #4621 from pallets/deprecate-before_first_request
deprecate before_first_request
|
2022-06-06 10:11:00 -07:00 |
|
David Lord
|
96c97dec09
|
deprecate before_first_request
|
2022-06-06 10:04:05 -07:00 |
|
David Lord
|
7a2d5fb6df
|
Merge branch '2.1.x'
|
2022-06-06 09:30:30 -07:00 |
|
David Lord
|
c7f2ab8e7a
|
Merge pull request #4610 from eprigorodov/feature-4602-namespace-path
|
2022-06-06 09:26:53 -07:00 |
|
David Lord
|
b06df0a792
|
remove outdated instance path test
|
2022-06-06 09:17:53 -07:00 |
|
David Lord
|
3ba37d2afe
|
fix uninstalled package tests under tox
|
2022-06-06 08:24:05 -07:00 |
|
Evgeny Prigorodov
|
88bcf78439
|
instance_path for namespace packages uses path closest to submodule
|
2022-06-06 08:16:00 -07:00 |
|
David Lord
|
fb89745408
|
Merge pull request #4579 from lecovi/docs/#4574-test-typing
|
2022-06-05 15:54:08 -07:00 |
|
David Lord
|
48766754b8
|
add typing tests to mypy config
|
2022-06-05 15:49:41 -07:00 |
|
David Lord
|
5e40aa22af
|
Merge pull request #4620 from Numerlor/remove-extra-backtick
Remove extra backtick in docs
|
2022-06-05 15:45:22 -07:00 |
|
David Lord
|
3351a8677e
|
add errorhandler type check tests
|
2022-06-05 15:44:28 -07:00 |
|
David Lord
|
81be290ec8
|
view function is actually type checked
|
2022-06-05 15:43:53 -07:00 |
|
Numerlor
|
72cae9ce2b
|
Remove extra backtick
|
2022-06-05 02:57:49 +02:00 |
|
David Lord
|
696d7c620d
|
Merge pull request #4617 from nk9/2.1.x
Fix incorrect references to `query` in testing doc
|
2022-06-01 16:10:31 -07:00 |
|
Nick Kocharhook
|
5d31ce1031
|
Fix incorrect references to query in testing doc
The [EnvironBuilder doc](https://werkzeug.palletsprojects.com/en/2.1.x/test/#werkzeug.test.EnvironBuilder) shows that the correct name for the keyword argument is `query_string`, not `query`. Using `query` results in an error.
I've fixed the two places this appears in the testing doc.
|
2022-06-01 12:16:21 -07:00 |
|
lecovi
|
8c6f1d96de
|
add example code for testing typing tools
|
2022-06-01 11:34:51 -07:00 |
|
David Lord
|
9e2e1de2fc
|
Merge branch '2.1.x'
|
2022-06-01 11:27:08 -07:00 |
|
David Lord
|
21d32ee067
|
update requirements
|
2022-06-01 11:23:09 -07:00 |
|
David Lord
|
c6e3fc8072
|
Merge pull request #4613 from citramon/test_for_from_mapping_config_skip_not_upper
Add test config.from_mapping method: ignoring items with non-upper keys
|
2022-05-31 09:10:36 -07:00 |
|