mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-26 09:14:34 +03:00
paginate_by removed in 3.3
This commit is contained in:
parent
cfd681dc73
commit
cac1ecb250
|
@ -26,7 +26,6 @@ Typically when using the generic views, you'll override the view, and set severa
|
|||
queryset = User.objects.all()
|
||||
serializer_class = UserSerializer
|
||||
permission_classes = (IsAdminUser,)
|
||||
paginate_by = 100
|
||||
|
||||
For more complex cases you might also want to override various methods on the view class. For example.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user