mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-08 06:14:47 +03:00
Update 2.3-announcement.md
This commit is contained in:
parent
5cfe2568eb
commit
a9e334851c
|
@ -6,7 +6,7 @@ REST framework 2.3 makes it even quicker and easier to build your Web APIs.
|
||||||
|
|
||||||
The 2.3 release introduces the [ViewSet][viewset] and [Router][router] classes.
|
The 2.3 release introduces the [ViewSet][viewset] and [Router][router] classes.
|
||||||
|
|
||||||
A viewset is simply a type of class based view that allows you to group multiple views into a single common class.
|
A viewset is simply a type of class-based view that allows you to group multiple views into a single common class.
|
||||||
|
|
||||||
Routers allow you to automatically determine the URLconf for your viewset classes.
|
Routers allow you to automatically determine the URLconf for your viewset classes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user