renderers.py
25.4 KB
-
Now it is possible to display viewset w/o paginator · 548ac9a6
Since pagination is now included in every generic viewset, we should have ability to disable it and we have it: paginator=None or pagination_class=None. But this piece of code relies on existence of property instead of its value.
iorlas committed