Added class based view documentation

This commit is contained in:
Armin Ronacher 2011-06-28 14:24:54 +02:00
parent 775caf726d
commit b36d7b3288
4 changed files with 192 additions and 0 deletions

View file

@ -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: