This commit is contained in:
Greg Banks 2014-08-06 15:25:54 -07:00
parent 844172d45d
commit a145b376b5

View File

@ -163,6 +163,7 @@ The available decorators are:
* `@authentication_classes(...)` * `@authentication_classes(...)`
* `@throttle_classes(...)` * `@throttle_classes(...)`
* `@permission_classes(...)` * `@permission_classes(...)`
* `@content_negotiation_class(...)`
Each of these decorators takes a single argument which must be a list or tuple of classes. Each of these decorators takes a single argument which must be a list or tuple of classes.