aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/viewsets.py
AgeCommit message (Expand)Author
2014-12-05Removed unused imports, pep8 fixes, typo fixesTymur Maryokhin
2014-12-02Not allow to pass an empty actions to viewset.as_view(). Refs issue #2171BrickXu
2014-09-18Fix missing CSRF exemption on viewsetsPiper Merriam
2014-08-19Code linting and added runtests.pyTom Christie
2013-10-29minor typoS. Andrew Sheppard
2013-05-09Tweak inheritanceTom Christie
2013-05-09Added GenericViewSet and docs tweakingTom Christie
2013-05-05.action attribute on viewsetsTom Christie
2013-04-292.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's Pendi...Tom Christie
2013-04-26Deal with List/Instance suffixes for viewsetsTom Christie
2013-04-25Cleanup docstringsTom Christie
2013-04-09Cleaning up around bits of API that will be pending deprecationTom Christie
2013-04-04Factor view names/descriptions out of View classTom Christie
2013-04-04Fleshing out viewsets/routersTom Christie
2013-03-31Add viewsets/routers to indexs etcTom Christie