from django.db import models
class CategoryQuerySet(models.QuerySet):
def all(self):
return self.filter()