Exemple #1
0
 def pagination_class(self):
     return CustomPagination(
         default_limit=len(REGIONS_CHOICES_SLUG))
Exemple #2
0
 def pagination_class(self):
     return CustomPagination(
         default_limit=len(CATEGORY_CHOICES_DICT))
Exemple #3
0
 def setUp(self):
     self.url = '/api/whatever'
     self.paginator = CustomPagination()