mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-07-28 23:22:58 +00:00
format content (#198)
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
from rest_framework.pagination import PageNumberPagination
|
||||
from rest_framework.response import Response
|
||||
from collections import OrderedDict # requires Python 2.7 or later
|
||||
|
||||
from django.core.paginator import Paginator
|
||||
from django.utils.functional import cached_property
|
||||
from rest_framework.pagination import PageNumberPagination
|
||||
from rest_framework.response import Response
|
||||
|
||||
|
||||
class FasterDjangoPaginator(Paginator):
|
||||
|
Reference in New Issue
Block a user