| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-12 | Remove '.model' shortcut from viewset docs. Refs #2486. Closes #2549. | Tymur Maryokhin | |
| 2015-02-03 | Small documentation fixes | James Cooke | |
| * Remove "you you" from viewsets API-guide * Fix link from routers API-guide to viewsets API-guide | |||
| 2015-01-24 | minor typo in viewsets docs | Jeff Fein-Worton | |
| 2014-12-07 | Amend ViewSet docs to warn of potential problem | Mark Henwood | |
| I went through this exact problem and so thought the docs might benefit from a small hint at the appropriate point. | |||
| 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 | |
| Issue #1707: Add documentation to api-docs.viewsets | |||
| 2014-07-28 | Issue #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-27 | Issue #1707: Add documentation to api-docs.viewsets notifying users | Kyle 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-23 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier 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-02 | Fix typo in docs | Rodolfo Carvalho | |
| 2014-04-13 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier 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-03 | Viewsets docs typo | Charlie Denton | |
| The docstring in the example said "update" instead of "create". | |||
| 2013-12-13 | Merge branch 'master' into 2.4.0 | Tom Christie | |
| Conflicts: .travis.yml docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/compat.py | |||
| 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 | |
| Closes #1051. Thanks to @pydanny for the report. | |||
| 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, ↵ | Alex Burgel | |
| marked the originals as deprecated. | |||
| 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 | |
| If you don't call it, it doesn't work. | |||
| 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 | |
