remove deprecated total_seconds
This commit is contained in:
parent
b7501776a1
commit
f8cdc78ce1
2 changed files with 2 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue