mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Typo
This commit is contained in:
parent
26e037d415
commit
6fcffcc9c6
|
@ -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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user