Joshua Bronson
cf5b1d0283
Merge pull request #3579 from jab/pathlib-for-static_folder
...
Officially support using pathlib.Path for static_folder.
2020-07-06 13:45:03 -04:00
Joshua Bronson
7ba35c4d4f
Restore support for using pathlib.Path for static_folder.
...
* No longer causes AttributeError: 'PosixPath' object has no
attribute 'rstrip'.
* This was broken by e6178fe489
which was released in 1.1.2.
* Add a regression test that now passes.
See #3557 .
2020-07-06 08:55:19 -04:00
dependabot-preview[bot]
b82cca7283
Merge pull request #3677 from pallets/dependabot/pip/sphinx-3.1.2
2020-07-06 08:45:55 +00:00
dependabot-preview[bot]
5f6586ae6d
Bump sphinx from 3.1.1 to 3.1.2
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.1.1...v3.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-06 08:43:21 +00:00
dependabot-preview[bot]
38a0d404b7
Merge pull request #3676 from pallets/dependabot/pip/python-dotenv-0.14.0
2020-07-06 08:41:38 +00:00
dependabot-preview[bot]
7fbb4f78da
Bump python-dotenv from 0.13.0 to 0.14.0
...
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv ) from 0.13.0 to 0.14.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.13.0...v0.14.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-06 08:38:44 +00:00
Grey Li
3fe5eecc2b
Merge pull request #3674 from DeepOde/master
...
Added very small clarification to quickstart.rst
2020-07-05 08:28:28 +08:00
Grey Li
718afcc107
Improve wording of tip for Unique URLs chapter
2020-07-05 08:25:48 +08:00
Deep R. Ode
8074cbdc47
Added very small clarification to quickstart.rst
2020-07-03 15:55:56 +05:30
David Lord
47e165d6d5
Merge pull request #3673 from stat1c-void/pr-api.rst-request-link-20200702
...
API docs - changed flask.request description
2020-07-02 14:38:18 -07:00
Sergei
7d7e8eef23
API docs - changed flask.request description
...
- the link should point to the flask's Request
- longer description is unnecessary, as it's all explained above in flask.Request
2020-07-02 23:54:40 +03:00
dependabot-preview[bot]
0a3e91b782
Merge pull request #3671 from pallets/dependabot/pip/pre-commit-2.6.0
2020-07-02 08:21:01 +00:00
dependabot-preview[bot]
1f5a5dce43
Bump pre-commit from 2.5.1 to 2.6.0
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.5.1...v2.6.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-02 08:18:52 +00:00
David Lord
634e901966
update metadata
2020-07-01 09:09:12 -07:00
dependabot-preview[bot]
2b517a18d2
Merge pull request #3668 from pallets/dependabot/pip/tox-3.16.1
2020-06-30 08:08:52 +00:00
dependabot-preview[bot]
cdc5a49333
Bump tox from 3.16.0 to 3.16.1
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.16.0 to 3.16.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.16.0...3.16.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-30 08:06:52 +00:00
dependabot-preview[bot]
fe992ca992
Merge pull request #3667 from pallets/dependabot/pip/tox-3.16.0
2020-06-29 08:37:22 +00:00
dependabot-preview[bot]
d74a8626e0
Bump tox from 3.15.2 to 3.16.0
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.15.2 to 3.16.0.
- [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.15.2...3.16.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-29 08:34:57 +00:00
Joshua Bronson
3349c4914d
Merge pull request #3662 from lgiordani/remove-debug-from-examples
...
Removed misleading DEBUG variable from examples
2020-06-24 12:56:41 -04:00
Leonardo Giordani
2254adf845
Simplified version of file-based database
2020-06-23 15:14:03 +01:00
Leonardo Giordani
26ec470afb
Fixed trailing whitespace
2020-06-23 15:06:37 +01:00
Leonardo Giordani
efbd721f20
Changed example DATABASE_URI values
2020-06-23 14:56:51 +01:00
Leonardo Giordani
aec07a1cb5
Removed misleading DEBUG variable from examples
2020-06-21 09:29:45 +01:00
David Lord
9075da126c
Merge pull request #3659 from iomintz/patch-1
...
[docs] streaming contents: use app.response_class
2020-06-18 07:23:49 -07:00
iomintz
92f648b04e
[docs] streaming contents: use app.response_class
...
Examples should use app.response_class to encourage code that doesn't need to be changed should the response class be customized later on.
2020-06-17 22:00:35 -05:00
dependabot-preview[bot]
ecd07d6804
Merge pull request #3651 from pallets/dependabot/pip/sphinx-3.1.1
2020-06-15 08:57:27 +00:00
dependabot-preview[bot]
710ac0db51
Bump sphinx from 3.1.0 to 3.1.1
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.1.0...v3.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-15 08:55:11 +00:00
David Lord
a54f6ee648
update contributing guide
2020-06-11 19:19:49 -07:00
dependabot-preview[bot]
3ee366a199
Merge pull request #3649 from pallets/dependabot/pip/pre-commit-2.5.1
2020-06-10 08:46:05 +00:00
dependabot-preview[bot]
ee28a13009
Bump pre-commit from 2.5.0 to 2.5.1
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.5.0...v2.5.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-10 08:43:09 +00:00
dependabot-preview[bot]
18a7751c7b
Merge pull request #3648 from pallets/dependabot/pip/pip-tools-5.2.1
2020-06-10 08:41:31 +00:00
dependabot-preview[bot]
a753fd601d
Bump pip-tools from 5.2.0 to 5.2.1
...
Bumps [pip-tools](https://github.com/jazzband/pip-tools ) from 5.2.0 to 5.2.1.
- [Release notes](https://github.com/jazzband/pip-tools/releases )
- [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jazzband/pip-tools/compare/5.2.0...5.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-10 08:38:26 +00:00
dependabot-preview[bot]
fcc0d6ebd9
Merge pull request #3647 from pallets/dependabot/pip/pre-commit-2.5.0
2020-06-09 08:24:18 +00:00
dependabot-preview[bot]
f6d5daac46
Bump pre-commit from 2.4.0 to 2.5.0
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.4.0...v2.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-09 08:21:52 +00:00
dependabot-preview[bot]
d4f443d8d0
Merge pull request #3645 from pallets/dependabot/pip/sphinx-3.1.0
2020-06-08 14:18:55 +00:00
dependabot-preview[bot]
3207777cd4
Bump sphinx from 3.0.4 to 3.1.0
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 3.0.4 to 3.1.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.4...v3.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-08 14:16:11 +00:00
dependabot-preview[bot]
bcb4f2fd93
Merge pull request #3644 from pallets/dependabot/pip/tox-3.15.2
2020-06-08 14:14:52 +00:00
dependabot-preview[bot]
347383b1bc
Bump tox from 3.15.1 to 3.15.2
...
Bumps [tox](https://github.com/tox-dev/tox ) from 3.15.1 to 3.15.2.
- [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.15.1...3.15.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-08 08:44:30 +00:00
David Lord
eec29a8fc3
Merge pull request #3603 from jeffwidman/patch-1
...
Fix docs link for Flask-Uploads
2020-06-07 17:03:35 -07:00
David Lord
6eeb912a63
Merge remote-tracking branch 'origin/1.1.x'
2020-06-07 16:50:17 -07:00
David Lord
88c9c68e17
Merge pull request #3633 from kx-chen/add-copy-paste-security
...
security.rst: Add section on copy/paste security
2020-06-07 16:47:12 -07:00
David Lord
51686f5ab4
expand section on copy/paste security
2020-06-07 16:45:31 -07:00
Alan Swenson
c59e019f5c
update code-block typo ( #3642 )
2020-06-05 21:48:37 -07:00
Kai Chen
0b6a05f541
add section on copy/paste security
2020-06-05 08:51:21 -07:00
David Lord
c347921830
Merge pull request #3640 from pallets/dependabot/pip/greenlet-0.4.16
...
Bump greenlet from 0.4.15 to 0.4.16
2020-06-05 07:42:54 -07:00
dependabot-preview[bot]
c2f2d9754b
Bump greenlet from 0.4.15 to 0.4.16
...
Bumps [greenlet](https://github.com/python-greenlet/greenlet ) from 0.4.15 to 0.4.16.
- [Release notes](https://github.com/python-greenlet/greenlet/releases )
- [Changelog](https://github.com/python-greenlet/greenlet/blob/master/NEWS )
- [Commits](https://github.com/python-greenlet/greenlet/compare/0.4.15...0.4.16 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-05 08:29:19 +00:00
Grey Li
42817f032a
Merge pull request #3636 from pallets/dependabot/pip/pytest-5.4.3
...
Bump pytest from 5.4.2 to 5.4.3
2020-06-03 20:27:22 +08:00
dependabot-preview[bot]
8075be8261
Bump pytest from 5.4.2 to 5.4.3
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 5.4.2 to 5.4.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/5.4.2...5.4.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-03 08:52:47 +00:00
dependabot-preview[bot]
fd348ba8cb
Bump pip-tools from 5.1.2 to 5.2.0 ( #3627 )
...
Bumps [pip-tools](https://github.com/jazzband/pip-tools ) from 5.1.2 to 5.2.0.
- [Release notes](https://github.com/jazzband/pip-tools/releases )
- [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jazzband/pip-tools/compare/5.1.2...5.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-28 08:53:14 -07:00
dependabot-preview[bot]
9eae42b9e1
Bump sphinx from 3.0.3 to 3.0.4 ( #3624 )
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.3...v3.0.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-27 06:46:57 -07:00