Commit Graph

3802 Commits

Author SHA1 Message Date
David Lord c04b0de558
Merge pull request #4048 from pallets/release-1.1.3
Release 1.1.3
2021-05-13 16:24:21 -07:00
David Lord 661bbcdb90
release version 1.1.3 2021-05-13 16:22:57 -07:00
David Lord ae647b5750
Merge pull request #4047 from pallets/maximum-versions
set maximum versions for 1.1.x to avoid new major versions
2021-05-13 16:20:28 -07:00
David Lord 6d8b4ce9d0
set maximum versions of pallets dependencies 2021-05-13 16:16:45 -07:00
David Lord 1672c5f565
Merge pull request #3939 from kangetsu121/fix_link_and_typo
Docs: fix a broken link
2021-03-16 10:16:59 -07:00
kangetsu121 6eeaa2e50d fix a broken link 2021-03-16 16:30:54 +00:00
Grey Li 444550ab0c
Merge pull request #3862 from huimingz/patch-1
Document json.loads parameter description error
2021-01-03 19:52:36 -06:00
huimingz aff21fd8bc Document parameter description error
The loads function has the wrong 'kwargs' parameter description
2021-01-04 09:45:01 +08:00
jordivandooren 7d3ae48d57
fix explanation of wheel name (#3848)
* fix explanation of wheel name

* Improve the description of wheel filename format

Co-authored-by: Grey Li <withlihui@gmail.com>
2020-12-30 18:57:37 +08:00
Sarthak Vineet Kumar 577eec198a
updated doc for mod_wsgi (#3751)
Co-authored-by: Sarthak <sarthak@MacBook.local>
2020-11-04 18:20:36 -08:00
Jamiu Salimon 9d824db41c
Update the signature of the teardown function (#3730)
Co-authored-by: David Lord <davidism@gmail.com>
2020-10-15 14:02:54 -07:00
Henry Kobin fa5aebc842
updated Sentry link (#3788) 2020-10-11 19:15:19 -07:00
Ebram Shehata 12a4d15546
Update quickstart.rst (#3767) 2020-09-25 16:52:00 -07:00
Joshua Bronson b82c2e611a
Merge pull request #3678 from jab/1.1.x-pathlib-static-folder
Cherry-pick 7ba35c4 from master (support pathlib.Path for static_folder)
2020-07-06 13:51:17 -04:00
Joshua Bronson b724832872 Cherry-pick 7ba35c4 from master (support pathlib.Path for static_folder) 2020-07-06 13:47:57 -04: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
Kai Chen 0b6a05f541
add section on copy/paste security 2020-06-05 08:51:21 -07:00
David Lord 93dd1709d0
release version 1.1.2 2020-04-03 10:10:38 -07:00
David Lord 4024a4a89c
update deprecation versions 2020-04-03 10:02:40 -07:00
David Lord f991a89810
Merge pull request #3541 from jeenuv/clarify-static
Clarify that static_folder must be a relative path
2020-04-03 07:33:20 -07:00
Jeenu Viswambharan 4548e00dba
clarify static_folder is relative to root_path 2020-04-03 07:28:44 -07:00
David Lord c6a619af83
update CLI docs IDE integration 2020-04-02 12:09:04 -07:00
David Lord ac9589ca72
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 bcf0a95216
Merge pull request #3544 from mattc41190/patch-2
Grammar and clarity fix
2020-03-25 10:39:45 -04:00
mattc41190 1736e01ea0
Grammar and clarity fix 2020-03-25 09:20:55 -05:00
Joshua Bronson 80a597b7f9
Merge pull request #3543 from mattc41190/patch-1
itty bitty typo
2020-03-24 11:17:25 -04:00
mattc41190 8fc723c7c2
itty bitty typo 2020-03-24 09:54:32 -05:00
David Lord c47c8c4389
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 d115d843e6
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 ceed993d63 docs: testing.rst function def missing colon 2020-03-05 18:31:21 +08:00
David Lord fd3fca2aa0
Merge pull request #3521 from ongopongo/patch-1
Fix property name in description
2020-02-28 12:18:04 -08:00
ongopongo 1d45539000
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 37f582dbb1
Fix typo in docs (#3517) 2020-02-27 23:22:03 +01:00
David Lord a75315028c
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 e6178fe489
Handle different sep across os 2020-02-12 13:17:03 +08:00
David Lord 71b7468634
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 7e068145df
pass static_url_path along with static_folder 2020-02-10 18:33:32 -08:00
frostming d4076cf07c
strip the ending slash for static_url_path 2020-02-10 18:19:25 -08:00
David Lord c12d9f8b49
Merge pull request #3480 from candleindark/patch-2
Incorrect grammar
2020-02-10 18:13:24 -08:00
David Lord 8973b58955
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 571e92b317
add import for escape in quickstart
import escape from markupsafe instead of flask
2020-02-10 17:53:11 -08:00
Isaac To b80eaf2c99
Incorrect grammar
The original sentence has incorrect grammar
2020-02-10 17:47:42 -08:00
David Lord ef27c1b749
Merge branch '1.0.x' into 1.1.x 2020-02-10 16:43:49 -08:00
David Lord d92b64aa27
clean up merge 2020-02-10 16:36:40 -08:00
Armin Ronacher 9b424e9da9 Merge branch '1.0.x' into 1.1.x 2020-02-10 20:37:21 +01:00
Armin Ronacher 2f8086e8c8 Merge remote-tracking branch 'origin/0.12.x' into 1.0.x 2020-02-10 20:36:55 +01:00
Armin Ronacher 79c71f24e4 0.12.6.dev 2020-02-10 20:32:11 +01:00
Armin Ronacher 191710cbda Bump version number to 0.12.5 2020-02-10 20:30:59 +01:00
Armin Ronacher 8086ce8b9f Changelog for 0.12.5 2020-02-10 20:30:54 +01:00