django-rest-framework/docs/tutorial
Ryan P Kilby 73203e6b59 Rework dynamic list/detail actions (#5705)
* Merge list/detail route decorators into 'action'

* Merge dynamic routes, add 'detail' attribute

* Add 'ViewSet.get_extra_actions()'

* Refactor dynamic route checking & collection

* Refactor dynamic route generation

* Add 'ViewSet.detail' initkwarg

* Fixup schema test

* Add release notes for dynamic action changes

* Replace list/detail route decorators in tests

* Convert tabs to spaces in router docs

* Update docs

* Make 'detail' a required argument of 'action'

* Improve router docs
2018-01-25 09:40:49 +01:00
..
1-serialization.md Prefer https protocol for links in docs when available 2018-01-15 15:15:21 +01:00
2-requests-and-responses.md Update tutorial (#5622) 2017-11-27 11:34:17 +01:00
3-class-based-views.md Prefer https protocol for links in docs when available 2018-01-15 15:15:21 +01:00
4-authentication-and-permissions.md Fixed "typo" in example. 2017-12-28 02:01:01 -08:00
5-relationships-and-hyperlinked-apis.md Update tutorial (#5622) 2017-11-27 11:34:17 +01:00
6-viewsets-and-routers.md Rework dynamic list/detail actions (#5705) 2018-01-25 09:40:49 +01:00
7-schemas-and-client-libraries.md Prefer https protocol for links in docs when available 2018-01-15 15:15:21 +01:00
quickstart.md Remove unused links from docs (#5735) 2018-01-15 15:03:44 +01:00