strip static url trailing slash at assignment

This commit is contained in:
David Lord 2019-05-25 11:14:49 -07:00
parent a12bf290da
commit ed9ab2d3b6
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 21 additions and 19 deletions

View file

@ -38,6 +38,8 @@ Unreleased
dependency to >= 0.15. :issue:`3022`
- Support ``static_url_path`` that ends with a forward slash.
:issue:`3134`
- Support empty ``static_folder`` without requiring setting an empty
``static_url_path`` as well. :pr:`3124`
- :meth:`jsonify` supports :class:`dataclasses.dataclass` objects.
:pr:`3195`
- Allow customizing the :attr:`Flask.url_map_class` used for routing.