First time here? Check out the FAQ!

Revision history  [back]

Sorry we must have forgotten to clean them up in the migrations. I'll add one soon.

Right now you can do this:

python manage.py shell 
>>>from askbot.models import Tag
>>>Tag.objects.filter(name__startswith='_internal_').delete()