Commit graph

4411 commits

Author SHA1 Message Date
Grey Li
e4373eba1c
Merge pull request #4252 from pallets/dependabot/pip/cryptography-3.4.8
Bump cryptography from 3.4.7 to 3.4.8
2021-09-01 16:39:47 +08:00
dependabot[bot]
b5bdcb4602
Bump cryptography from 3.4.7 to 3.4.8
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 3.4.8.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.4.7...3.4.8)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 08:02:40 +00:00
David Lord
53eef278ef
Merge remote-tracking branch 'origin/2.0.x' 2021-08-14 05:21:56 -07: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
a430c43736
Merge remote-tracking branch 'origin/2.0.x' 2021-08-10 07:05:38 -07:00
David Lord
ae5ad9e1ae
add type stub packages 2021-08-10 07:05:23 -07:00
David Lord
d4b540eb7d
install type stubs from requirements 2021-08-10 07:02:55 -07:00
David Lord
13c0eef54c
Merge remote-tracking branch 'origin/2.0.x' 2021-08-10 07:01:36 -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
7e40882e02
Merge remote-tracking branch 'origin/2.0.x' 2021-08-10 06:33:45 -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
afc13b9390
Merge remote-tracking branch 'origin/2.0.x' 2021-08-05 19:48:47 -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
Grey Li
0826be48ed
Merge pull request #4214 from pallets/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2021-08-03 10:29:25 +08:00
pre-commit-ci[bot]
f2b1dc45bd
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v2.20.0 → v2.23.1](https://github.com/asottile/pyupgrade/compare/v2.20.0...v2.23.1)
- [github.com/asottile/reorder_python_imports: v2.5.0 → v2.6.0](https://github.com/asottile/reorder_python_imports/compare/v2.5.0...v2.6.0)
- [github.com/psf/black: 21.6b0 → 21.7b0](https://github.com/psf/black/compare/21.6b0...21.7b0)
2021-08-02 18:50:27 +00:00
Grey Li
e248e09399
Merge pull request #4208 from pallets/dependabot/pip/tox-3.24.1
Bump tox from 3.23.1 to 3.24.1
2021-08-01 16:51:44 +08:00
Grey Li
625595cb1a
Merge pull request #4209 from pallets/dependabot/pip/sphinx-4.1.2
Bump sphinx from 4.0.2 to 4.1.2
2021-08-01 16:51:05 +08:00
Grey Li
4550beb695
Merge pull request #4210 from pallets/dependabot/pip/python-dotenv-0.19.0
Bump python-dotenv from 0.18.0 to 0.19.0
2021-08-01 16:50:58 +08:00
Grey Li
f5f51cd09c
Merge pull request #4211 from pallets/dependabot/pip/asgiref-3.4.1
Bump asgiref from 3.4.0 to 3.4.1
2021-08-01 16:50:46 +08:00
dependabot[bot]
c0f583fdc1
Bump asgiref from 3.4.0 to 3.4.1
Bumps [asgiref](https://github.com/django/asgiref) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/django/asgiref/releases)
- [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt)
- [Commits](https://github.com/django/asgiref/commits/3.4.1)

---
updated-dependencies:
- dependency-name: asgiref
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-01 08:05:42 +00:00
dependabot[bot]
3e507a70ca
Bump python-dotenv from 0.18.0 to 0.19.0
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/theskumar/python-dotenv/compare/v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: python-dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-01 08:05:05 +00:00
dependabot[bot]
7a3b8bbb89
Bump sphinx from 4.0.2 to 4.1.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.2 to 4.1.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.2...v4.1.2)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-01 08:04:22 +00:00
dependabot[bot]
bb3217b350
Bump tox from 3.23.1 to 3.24.1
Bumps [tox](https://github.com/tox-dev/tox) from 3.23.1 to 3.24.1.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.23.1...3.24.1)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-01 08:03:36 +00: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
7a73171edc Merge branch '2.0.x' 2021-07-06 22:06:20 +02:00
Adrian Moennich
6e1b72096d Fix typo in docs 2021-07-06 22:05:31 +02:00