Merge branch '2.1.x'

This commit is contained in:
David Lord 2022-07-24 19:37:30 -07:00
commit 02a0851252
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 194 additions and 217 deletions

View file

@ -29,7 +29,7 @@ intersphinx_mapping = {
"itsdangerous": ("https://itsdangerous.palletsprojects.com/", None),
"sqlalchemy": ("https://docs.sqlalchemy.org/", None),
"wtforms": ("https://wtforms.readthedocs.io/", None),
"blinker": ("https://pythonhosted.org/blinker/", None),
"blinker": ("https://blinker.readthedocs.io/", None),
}
issues_github_path = "pallets/flask"