Fixed #24055 -- Keep reference to view class for resolve()

This commit is contained in:
Collin Anderson 2014-12-27 02:16:53 -05:00 committed by Loic Bistuer
parent 67235fd4ef
commit a420f83e7d
9 changed files with 42 additions and 2 deletions

View file

@ -65,6 +65,11 @@ View
response = MyView.as_view()(request)
.. versionadded:: 1.9
The returned view has ``view_class`` and ``view_initkwargs``
attributes.
.. method:: dispatch(request, *args, **kwargs)
The ``view`` part of the view -- the method that accepts a ``request``