aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/viewsets.md
AgeCommit message (Collapse)Author
2015-02-12Remove '.model' shortcut from viewset docs. Refs #2486. Closes #2549.Tymur Maryokhin
2015-02-03Small documentation fixesJames Cooke
* Remove "you you" from viewsets API-guide * Fix link from routers API-guide to viewsets API-guide
2015-01-24minor typo in viewsets docsJeff Fein-Worton
2014-12-07Amend ViewSet docs to warn of potential problemMark Henwood
I went through this exact problem and so thought the docs might benefit from a small hint at the appropriate point.
2014-11-25Merge masterTom Christie
2014-11-25Use MkDocs meta.source to render source code linksJosé Padilla
2014-11-25request.DATA, request.FILES -> request.dataTom Christie
2014-08-19Release notesTom Christie
2014-08-19Merge masterTom Christie
2014-08-18Merge pull request #1711 from kdazzle/ModelViewSet-queryset-static-propertyTom Christie
Issue #1707: Add documentation to api-docs.viewsets
2014-07-28Issue #1707 - Add documentation about the caching of `GenericAPIView.queryset`Kyle
to the `queryset` property, `get_queryset()`, and do generic-views.md; remove changes to the viewsets.md documentation from my last commit.
2014-07-27Issue #1707: Add documentation to api-docs.viewsets notifying usersKyle Valade
that they should use the get_queryset() method when overriding a ModelViewSet method, such as list(). Otherwise, since queryset is a static property, the value will be cached for every instance of that ViewSet.
2014-06-23Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
Conflicts: .travis.yml docs/api-guide/viewsets.md rest_framework/serializers.py rest_framework/throttling.py tests/test_generics.py tests/test_serializers.py tox.ini
2014-06-02Fix typo in docsRodolfo Carvalho
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
Conflicts: .travis.yml docs/api-guide/fields.md docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/authentication.py rest_framework/serializers.py rest_framework/templatetags/rest_framework.py rest_framework/tests/test_authentication.py rest_framework/tests/test_filters.py rest_framework/tests/test_hyperlinkedserializers.py rest_framework/tests/test_serializer.py rest_framework/tests/test_testing.py rest_framework/utils/encoders.py tox.ini
2014-02-03Viewsets docs typoCharlie Denton
The docstring in the example said "update" instead of "create".
2013-12-13Merge branch 'master' into 2.4.0Tom Christie
Conflicts: .travis.yml docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/compat.py
2013-12-04Clarify wording, fixes #1133.Tom Christie
2013-09-25Merge masterTom Christie
2013-09-11small typo correction on ViewSet example codeDiego Ponciano
2013-08-30Merge masterTom Christie
2013-08-26More information on how actions are mapped to URLs in viewsetsKristian Øllegaard
2013-08-21Merge masterTom Christie
2013-08-21Include import paths throughout docs.Tom Christie
Closes #1051. Thanks to @pydanny for the report.
2013-08-19Docs tweakingTom Christie
2013-08-19MergeTom Christie
2013-07-18pedantic doc updatesEric Buehl
2013-07-15Combined link_* and action_* decorators into detail_route and list_route, ↵Alex Burgel
marked the originals as deprecated.
2013-07-15Changed collection_* decorators to list_*Alex Burgel
2013-07-15Rework extra routes doc for better readabilityAlex Burgel
2013-07-15Add docs for collection routesAlex Burgel
2013-07-15Docs fixTom Christie
2013-07-14Fix Mixin class name in viewsets docs exampleYuri Prezument
2013-06-21Add decorator brackets back. Refs #941Tom Christie
2013-06-21Brackets not required on decorator without argumentsTom Christie
2013-06-21Correct docs' incorrect usage of action decoratorPhilip Douglas
If you don't call it, it doesn't work.
2013-06-07Remove pass statement before docstring.Ryan Kaskel
2013-06-02Add notes on 'method' argument to '@action' decoratorTom Christie
2013-05-28Fixed typosPascal Borreli
2013-05-26Fix doc typo in UserViewSet exampleSebastien Beal
2013-05-17Fix typo + grammar in viewsets docsJohannes
2013-05-09Added GenericViewSet and docs tweakingTom Christie
2013-05-02Simplifying bits of docsTom Christie
2013-04-26Deal with List/Instance suffixes for viewsetsTom Christie
2013-04-26Fix up viewset docs slightlyTom Christie
2013-04-26Fix broken queryset in exampleTom Christie
2013-04-25Docs, docs, docsTom Christie
2013-04-25More viewset/router docsTom Christie
2013-04-25Cleanup docstringsTom Christie
2013-04-24Various clean up and lots of docsTom Christie