]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/models/tag.py
#OSQA-610, the used_count of the firstly added tags is now updated properly. The...
[osqa.git] / forum / models / tag.py
index 520464971572451eac4d703764e8302c7258d704..5cbaf8a155a3288943f03ad4176ba8a0fe33f01e 100644 (file)
@@ -45,7 +45,6 @@ class Tag(BaseModel):
     used_count = models.PositiveIntegerField(default=0)
 
     active = ActiveTagManager()
-    objects = ActiveTagManager()
 
     class Meta:
         ordering = ('-used_count', 'name')