Update filtering.md

This commit is contained in:
Kenneth Schnall 2016-07-07 13:56:12 -04:00 committed by GitHub
parent 7c171dfd83
commit 59e3bbf122

View File

@ -96,7 +96,7 @@ The default filter backends may be set globally, using the `DEFAULT_FILTER_BACKE
} }
You can also set the filter backends on a per-view, or per-viewset basis, You can also set the filter backends on a per-view, or per-viewset basis,
using the `GenericAPIView` class based views. using the `GenericAPIView` class-based views.
from django.contrib.auth.models import User from django.contrib.auth.models import User
from myapp.serializers import UserSerializer from myapp.serializers import UserSerializer