@@ -49,21 +49,21 @@ For very simple cases you might want to pass through any class attributes using
The following classes are the concrete generic views. If you're using generic views this is normally the level you'll be working at unless you need heavily customized behavior.
## ListAPIView
## CreateAPIView
Used for **read-only** endpoints to represent a **collection of model instances**.