forked from orbit-oss/flask
Update deprecated for config.from_json
This commit is contained in:
parent
29d33203d0
commit
e047dd6a32
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ class Config(dict):
|
||||||
absolute path or relative to the config root path.
|
absolute path or relative to the config root path.
|
||||||
:param silent: Ignore the file if it doesn't exist.
|
:param silent: Ignore the file if it doesn't exist.
|
||||||
|
|
||||||
.. deprecated:: 1.2
|
.. deprecated:: 2.0
|
||||||
Use :meth:`from_file` with :meth:`json.load` instead.
|
Use :meth:`from_file` with :meth:`json.load` instead.
|
||||||
|
|
||||||
.. versionadded:: 0.11
|
.. versionadded:: 0.11
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue