aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/6-viewsets-and-routers.md
AgeCommit message (Collapse)Author
2014-09-23remove patterns and strings from urls #1898Collin Anderson
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-05-06Replaced singular "is" by plural "are"Sylvain Bellemare
2014-05-06Removed unnecessary "that"Sylvain Bellemare
2014-05-06Added missing "the" wordSylvain Bellemare
2013-09-25Merge masterTom Christie
2013-08-31Updated tutorial part 6: 2 examples were missing includestom-leys
2013-08-19MergeTom Christie
2013-08-13Small typomartync
2013-07-15Combined link_* and action_* decorators into detail_route and list_route, ↵Alex Burgel
marked the originals as deprecated.
2013-06-10Add renderer_classes kwarg when binding snippet_highlight explicitly. Closes ↵Tom Christie
#923
2013-06-05Fix on documentation - wrong reference at previous created view UserList / ↵Areski Belaid
UserDetail
2013-05-20Update TypoAndrew Tarzwell
2013-05-20TypoTom Christie
2013-05-10Docs tweaksTom Christie
2013-05-02Simplifying bits of docsTom Christie
2013-04-26Deal with List/Instance suffixes for viewsetsTom Christie
2013-04-24Various clean up and lots of docsTom Christie
2013-04-04TweaksTom Christie
2013-04-04Add support for action and link routingTom Christie
2013-03-31Add viewsets/routers to indexs etcTom Christie