clip order

This commit is contained in:
j 2014-02-07 06:47:06 +00:00
commit 875cbbeaa7
3 changed files with 7 additions and 3 deletions

View file

@ -133,3 +133,7 @@ class EditManager(Manager):
return qs
class ClipManager(Manager):
def get_query_set(self):
return QuerySet(self.model)