Hi, suddenly my list of tag suggestions, when autocompleting the "tags" field, contains entries like this:
_internal_username_1234
That is the word "_internal_", then a username, then the ID of that user.
I have thousands of users, so these tags will be suggested often.
Any idea what happened and how to fix this? I'm using Askbot's git master.
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()
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-10-30 23:39:34 -0500
Seen: 28 times
Last updated: Oct 30 '12
Internal Server Error when trying to edit personal pro
Where are the badges in a fresh install? [fixed]
HTML Tags in titles getting eaten <fixed/>
Unknown column 'auth_user.is_approved' in 'field list' [fixed]
email for comments: link missing a href [fixed]
Bug: Horizontal Rule in Comment breaks stylesheet [fixed]
"Related questions" section shows deleted questions?
error on upvote: "Sorry, something is not right here..." [fixed]
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.