Skip to content

Commit

Permalink
Remove unnecessary total_ordering use
Browse files Browse the repository at this point in the history
Already included by the parent class.
  • Loading branch information
jdufresne committed Feb 20, 2019
1 parent 8885911 commit 558cc2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions taggit/managers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from __future__ import unicode_literals

from functools import total_ordering
from operator import attrgetter

from django import VERSION
Expand Down Expand Up @@ -386,7 +385,6 @@ def similar_objects(self):
return results


@total_ordering
class TaggableManager(RelatedField):
# Field flags
many_to_many = True
Expand Down

0 comments on commit 558cc2c

Please sign in to comment.