Skip to content

Commit

Permalink
Add link to Classy DRF in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Dec 19, 2017
1 parent 21a9740 commit 83a3172
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/api-guide/views.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ For example:
usernames = [user.username for user in User.objects.all()]
return Response(usernames)

---

**Note**: The full methods, attributes on, and relations between Django REST Framework's `APIView`, `GenericAPIView`, various `Mixins`, and `Viewsets` can be initially complex. In addition to the documentation here, the [Classy Django REST Framework][classy-drf] resource provides a browsable reference, with full methods and attributes, for each of Django REST Framework's class-based views.

---


## API policy attributes

The following attributes control the pluggable aspects of API views.
Expand Down Expand Up @@ -212,3 +219,5 @@ You may pass `None` in order to exclude the view from schema generation.
[settings]: settings.md
[throttling]: throttling.md
[schemas]: schemas.md
[classy-drf]: http://www.cdrf.co

0 comments on commit 83a3172

Please sign in to comment.