This commit is contained in:
Tom Christie 2013-05-20 14:02:19 +01:00
parent 26e037d415
commit 6fcffcc9c6

View File

@ -1,4 +1,4 @@
# Tutorial 6 - ViewSets & Routers
# Tutorial 6: ViewSets & Routers
REST framework includes an abstraction for dealing with `ViewSets`, that allows the developer to concentrate on modeling the state and interactions of the API, and leave the URL construction to be handled automatically, based on common conventions.