forked from orbit-oss/flask
1.0 -> 0.11 in the docs
This commit is contained in:
parent
1df426aaaa
commit
f9ea3fe026
7 changed files with 21 additions and 11 deletions
|
|
@ -289,7 +289,7 @@ thing, like it does for :class:`request` and :class:`session`.
|
|||
It's now also possible to use the ``in`` operator on it to see if an
|
||||
attribute is defined and it yields all keys on iteration.
|
||||
|
||||
As of 1.0 you can use :meth:`pop` and :meth:`setdefault` in the same
|
||||
As of 0.11 you can use :meth:`pop` and :meth:`setdefault` in the same
|
||||
way you would use them on a dictionary.
|
||||
|
||||
This is a proxy. See :ref:`notes-on-proxies` for more information.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue