remove deprecated total_seconds

This commit is contained in:
David Lord 2021-11-12 09:25:27 -08:00
parent b7501776a1
commit f8cdc78ce1
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 2 additions and 22 deletions

View file

@ -15,6 +15,8 @@ Unreleased
- ``json`` functions no longer take an ``encoding`` parameter.
- ``safe_join`` is removed, use ``werkzeug.utils.safe_join``
instead.
- ``total_seconds`` is removed, use ``timedelta.total_seconds``
instead.
Version 2.0.2