Commit graph

3781 commits

Author SHA1 Message Date
Jeenu Viswambharan
7ddc55a3b3 clarify static_folder is relative to root_path 2020-04-03 07:28:44 -07:00
David Lord
b3b56f0c0c update CLI docs IDE integration 2020-04-02 12:09:04 -07:00
David Lord
5491a19ffc Merge pull request #3530 from valleygtc/docs-fix
docs: testing.rst function def missing colon
2020-04-02 11:55:01 -07:00
Joshua Bronson
fae63cea2c Merge pull request #3544 from mattc41190/patch-2
Grammar and clarity fix
2020-03-25 10:39:45 -04:00
mattc41190
275216f607 Grammar and clarity fix 2020-03-25 09:20:55 -05:00
Joshua Bronson
3b17017949 Merge pull request #3543 from mattc41190/patch-1
itty bitty typo
2020-03-24 11:17:25 -04:00
mattc41190
88a07f1b75 itty bitty typo 2020-03-24 09:54:32 -05:00
David Lord
d0c0d5bc3f Merge pull request #3536 from gnumoksha/patch-2
docs: update "Deploying on Google App Engine"
2020-03-16 15:26:49 -07:00
Tobias Sette
4a5f5fc0a2 docs: update "Deploying on Google App Engine"
Use the documentation for Python 3 instead of Python 2, which is deprecated.
2020-03-16 19:18:53 -03:00
gutianci
1859a5fd2c docs: testing.rst function def missing colon 2020-03-05 18:31:21 +08:00
David Lord
74678dc1e5 Merge pull request #3521 from ongopongo/patch-1
Fix property name in description
2020-02-28 12:18:04 -08:00
ongopongo
1952236085 Fix property name in description
Previously, the description referred to a property named `original_error`.
However, both the code sample that followed it _and_ the Werkzeug
documentation refer to it as `original_exception` instead.

In this commit, I change the description to use the same property name
as is used in the code sample and the Werkzeug documentation.

Here's a link to the Werkzeug documentation of that property:
- https://werkzeug.palletsprojects.com/en/1.0.x/exceptions/#werkzeug.exceptions.InternalServerError.original_exception
2020-02-28 12:09:51 -08:00
kylepollina
e5477a099a Fix typo in docs (#3517) 2020-02-27 23:22:03 +01:00
David Lord
ecb00c777f Merge pull request #3456 from frostming/bugfix/3452
Fix a bug that the static endpoint will unexpectedly catch all
2020-02-12 07:09:32 -08:00
Frost Ming
fe392e7884 Handle different sep across os 2020-02-12 13:17:03 +08:00
David Lord
202058e14a Merge pull request #3460 from yingshaoxo/patch-1
static_folder and static_url_path can be different
2020-02-10 18:40:25 -08:00
yingshaoxo
089a379b97 pass static_url_path along with static_folder 2020-02-10 18:33:32 -08:00
frostming
c4de6a0bfc strip the ending slash for static_url_path 2020-02-10 18:19:25 -08:00
David Lord
c96be4c2f0 Merge pull request #3480 from candleindark/patch-2
Incorrect grammar
2020-02-10 18:13:24 -08:00
David Lord
cf063d100a Merge pull request #3473 from greyli/fix-doc-import
Add missing import for escape in doc
2020-02-10 18:12:50 -08:00
Grey Li
8e62a33cff add import for escape in quickstart
import escape from markupsafe instead of flask
2020-02-10 17:53:11 -08:00
Isaac To
2a70812332 Incorrect grammar
The original sentence has incorrect grammar
2020-02-10 17:47:42 -08:00
David Lord
3cafd1f82e Merge branch '1.0.x' into 1.1.x 2020-02-10 16:43:49 -08:00
David Lord
830faf1a6e clean up merge 2020-02-10 16:36:40 -08:00
Armin Ronacher
b008697f3d Merge branch '1.0.x' into 1.1.x 2020-02-10 20:37:21 +01:00
Armin Ronacher
f6161f42a5 Merge remote-tracking branch 'origin/0.12.x' into 1.0.x 2020-02-10 20:36:55 +01:00
Armin Ronacher
0d053b1761 0.12.6.dev 2020-02-10 20:32:11 +01:00
Armin Ronacher
4fff9aabf5 Bump version number to 0.12.5 2020-02-10 20:30:59 +01:00
Armin Ronacher
cc2ff9f75c Changelog for 0.12.5 2020-02-10 20:30:54 +01:00
Armin Ronacher
10b330b4fd Pin Werkzeug < 1.0 for 0.12 (#3497) 2020-02-10 20:27:39 +01:00
David Lord
b48e6bcf12 Merge pull request #3496 from lathamfell/update-gitignore
Add .vscode to .gitignore
2020-02-10 11:17:58 -08:00
Latham Fell
cf2290d6ca Add vscode settings dir to .gitignore 2020-02-10 11:09:04 -08:00
David Lord
f2805605ca xfail __main__ instance test interacting with tox 2020-02-10 10:16:08 -08:00
David Lord
2048b545cd Merge pull request #3479 from candleindark/patch-2
A better expression for the intended meaning
2020-02-06 12:07:33 -08:00
Isaac To
bbba98ce40 A better expression for the intended meaning 2020-02-06 12:04:49 -08:00
David Lord
bc2cdc1b0f Merge pull request #3478 from candleindark/patch-1
This is a typo.
2020-02-06 10:57:30 -08:00
Isaac To
347613241f This is a typo. 2020-02-06 10:52:59 -08:00
David Lord
e3b4500290 fix test pipeline display name 2019-11-18 19:06:57 -08:00
David Lord
8152747bd1 Merge pull request #3401 from Jamim/feature/python-3.8
Declare support for Python 3.8
2019-11-18 19:05:01 -08:00
David Lord
304a1e06d5 add 3.8 to pipelines 2019-11-18 18:57:43 -08:00
Aliaksei Urbanski
36ce489ee3 declare support for Python 3.8 2019-11-18 18:26:46 -08:00
David Lord
ea7235ca35 Merge pull request #3410 from haneybarg/bad_request
[BUG FIX] Test test_send_from_directory_bad_request fails in Python 3.8.
2019-10-28 18:26:16 -07:00
Fernanda Guimarães
7806be9784 Test test_send_from_directory_bad_request no longer fails in Python 3.8. 2019-10-28 21:37:25 -03:00
David Lord
cdc0db7b34 Merge pull request #3381 from seeksort/request-context-typo
fix typo in request context docs
2019-10-08 09:11:18 -07:00
Kristin Faner
f07c5084ec fix typo in request context docs 2019-10-08 09:06:01 -07:00
David Lord
ea659d77e5 Merge branch '1.0.x' into 1.1.x 2019-09-24 06:44:18 -07:00
David Lord
6ee61a8b57 Merge branch '0.12.x' into 1.0.x 2019-09-24 06:43:25 -07:00
David Lord
ab803a2c3f Merge pull request #3376 from pallets/migrate-docs
update docs for new theme
2019-09-24 06:41:48 -07:00
David Lord
aef114e372 update docs for new theme 2019-09-24 06:35:10 -07:00
David Lord
c5fa5f87ca Merge pull request #3344 from hharutyunyan/fix-the-contibution-docs
Fix the contibution docs
2019-09-23 12:24:08 -07:00