Update 2.3-announcement.md

This commit is contained in:
Kenneth Schnall 2016-07-07 15:12:28 -04:00 committed by Ken Schnall
parent 5cfe2568eb
commit a9e334851c

View File

@ -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.
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.