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
/
docs
/
api-guide
/
viewsets.md
Age
Commit message (
Expand
)
Author
2015-01-24
minor typo in viewsets docs
Jeff Fein-Worton
2014-12-07
Amend ViewSet docs to warn of potential problem
Mark Henwood
2014-11-25
Merge master
Tom Christie
2014-11-25
Use MkDocs meta.source to render source code links
José Padilla
2014-11-25
request.DATA, request.FILES -> request.data
Tom Christie
2014-08-19
Release notes
Tom Christie
2014-08-19
Merge master
Tom Christie
2014-08-18
Merge pull request #1711 from kdazzle/ModelViewSet-queryset-static-property
Tom Christie
2014-07-28
Issue #1707 - Add documentation about the caching of `GenericAPIView.queryset`
Kyle
2014-07-27
Issue #1707: Add documentation to api-docs.viewsets notifying users
Kyle Valade
2014-06-23
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-06-02
Fix typo in docs
Rodolfo Carvalho
2014-04-13
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-02-03
Viewsets docs typo
Charlie Denton
2013-12-13
Merge branch 'master' into 2.4.0
Tom Christie
2013-12-04
Clarify wording, fixes #1133.
Tom Christie
2013-09-25
Merge master
Tom Christie
2013-09-11
small typo correction on ViewSet example code
Diego Ponciano
2013-08-30
Merge master
Tom Christie
2013-08-26
More information on how actions are mapped to URLs in viewsets
Kristian Øllegaard
2013-08-21
Merge master
Tom Christie
2013-08-21
Include import paths throughout docs.
Tom Christie
2013-08-19
Docs tweaking
Tom Christie
2013-08-19
Merge
Tom Christie
2013-07-18
pedantic doc updates
Eric Buehl
2013-07-15
Combined link_* and action_* decorators into detail_route and list_route, mar...
Alex Burgel
2013-07-15
Changed collection_* decorators to list_*
Alex Burgel
2013-07-15
Rework extra routes doc for better readability
Alex Burgel
2013-07-15
Add docs for collection routes
Alex Burgel
2013-07-15
Docs fix
Tom Christie
2013-07-14
Fix Mixin class name in viewsets docs example
Yuri Prezument
2013-06-21
Add decorator brackets back. Refs #941
Tom Christie
2013-06-21
Brackets not required on decorator without arguments
Tom Christie
2013-06-21
Correct docs' incorrect usage of action decorator
Philip Douglas
2013-06-07
Remove pass statement before docstring.
Ryan Kaskel
2013-06-02
Add notes on 'method' argument to '@action' decorator
Tom Christie
2013-05-28
Fixed typos
Pascal Borreli
2013-05-26
Fix doc typo in UserViewSet example
Sebastien Beal
2013-05-17
Fix typo + grammar in viewsets docs
Johannes
2013-05-09
Added GenericViewSet and docs tweaking
Tom Christie
2013-05-02
Simplifying bits of docs
Tom Christie
2013-04-26
Deal with List/Instance suffixes for viewsets
Tom Christie
2013-04-26
Fix up viewset docs slightly
Tom Christie
2013-04-26
Fix broken queryset in example
Tom Christie
2013-04-25
Docs, docs, docs
Tom Christie
2013-04-25
More viewset/router docs
Tom Christie
2013-04-25
Cleanup docstrings
Tom Christie
2013-04-24
Various clean up and lots of docs
Tom Christie
2013-04-11
Remove router bit from viewset docs
Tom Christie
2013-04-09
Viewsets and routers in seperate docs
Tom Christie