Added a type to backend_status
[plstackapi.git] / planetstack / core / models / tag.py
index ef746da..7818c32 100644 (file)
@@ -28,10 +28,6 @@ class Tag(PlCoreBase):
             return True
         return False
 
-    def save_by_user(self, user, *args, **kwds):
-        if self.can_update(user):
-            super(Tag, self).save(*args, **kwds)
-
     @staticmethod
     def select_by_user(user):
         return Tag.objects.all()