index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
viewsets.py
Age
Commit message (
Collapse
)
Author
2014-12-05
Removed unused imports, pep8 fixes, typo fixes
Tymur Maryokhin
2014-12-02
Not allow to pass an empty actions to viewset.as_view(). Refs issue #2171
BrickXu
2014-09-18
Fix missing CSRF exemption on viewsets
Piper Merriam
2014-08-19
Code linting and added runtests.py
Tom Christie
2013-10-29
minor typo
S. Andrew Sheppard
2013-05-09
Tweak inheritance
Tom Christie
2013-05-09
Added GenericViewSet and docs tweaking
Tom Christie
2013-05-05
.action attribute on viewsets
Tom Christie
2013-04-29
2.2's PendingDeprecationWarnings now become DeprecationWarnings. 2.3's ↵
Tom Christie
PendingDeprecationWarnings added.
2013-04-26
Deal with List/Instance suffixes for viewsets
Tom Christie
2013-04-25
Cleanup docstrings
Tom Christie
2013-04-09
Cleaning up around bits of API that will be pending deprecation
Tom Christie
2013-04-04
Factor view names/descriptions out of View class
Tom Christie
2013-04-04
Fleshing out viewsets/routers
Tom Christie
2013-03-31
Add viewsets/routers to indexs etc
Tom Christie