X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/51abd02ceff91c63d929825d7e3bd30c7bdbd9d2..82dcc31b8529752efa45cb92f671f974c33621c3:/forum/models/tag.py diff --git a/forum/models/tag.py b/forum/models/tag.py index 50eb5aa..16f1c6c 100644 --- a/forum/models/tag.py +++ b/forum/models/tag.py @@ -18,7 +18,6 @@ class Tag(BaseModel, DeletableContent): active = ActiveTagManager() class Meta(DeletableContent.Meta): - db_table = u'tag' ordering = ('-used_count', 'name') def __unicode__(self):