Skip to content

Commit cab9818

Browse files
committed
Merge pull request #3172 from jpadilla/master
Update quickstart.md
2 parents 85cc8e9 + 7f7e6b3 commit cab9818

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/tutorial/quickstart.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ Rather than write multiple views we're grouping together all the common behavior
8383

8484
We can easily break these down into individual views if we need to, but using viewsets keeps the view logic nicely organized as well as being very concise.
8585

86-
For trivial cases you can simply set a `model` attribute on the `ViewSet` class and the serializer and queryset will be automatically generated for you. Setting the `queryset` and/or `serializer_class` attributes gives you more explicit control of the API behaviour, and is the recommended style for most applications.
87-
8886
## URLs
8987

9088
Okay, now let's wire up the API URLs. On to `tutorial/urls.py`...

0 commit comments

Comments
 (0)