forked from orbit-oss/flask
Added class based view documentation
This commit is contained in:
parent
775caf726d
commit
b36d7b3288
4 changed files with 192 additions and 0 deletions
13
docs/api.rst
13
docs/api.rst
|
|
@ -413,3 +413,16 @@ Signals
|
|||
operations, including connecting.
|
||||
|
||||
.. _blinker: http://pypi.python.org/pypi/blinker
|
||||
|
||||
Class Based Views
|
||||
-----------------
|
||||
|
||||
.. versionadded:: 0.7
|
||||
|
||||
.. currentmodule:: None
|
||||
|
||||
.. autoclass:: flask.views.View
|
||||
:members:
|
||||
|
||||
.. autoclass:: flask.views.MethodView
|
||||
:members:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue