deprecate total_seconds
This commit is contained in:
parent
f3ed1322a6
commit
85b430a366
3 changed files with 13 additions and 2 deletions
|
|
@ -72,6 +72,8 @@ Unreleased
|
|||
- Support nesting blueprints. :issue:`593, 1548`, :pr:`3923`
|
||||
- ``flask shell`` sets up tab and history completion like the default
|
||||
``python`` shell if ``readline`` is installed. :issue:`3941`
|
||||
- ``helpers.total_seconds()`` is deprecated. Use
|
||||
``timedelta.total_seconds()`` instead. :pr:`3962`
|
||||
|
||||
|
||||
Version 1.1.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue