After unsetting the force lower case tags setting, running python manage.py fix_question_tags appears to change many of my existing tags to lower case, but then results in a traceback:
File "manage.py", line 11, in <module>
execute_manager(settings)
File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/management/__init__.py", line 438, in execute_manager
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/management/__init__.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/management/base.py", line 191, in run_from_argv
self.execute(*args, **options.__dict__)
File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/management/base.py", line 220, in execute
output = self.handle(*args, **options)
File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/core/management/base.py", line 351, in handle
return self.handle_noargs(**options)
File "/home/askbotdir/askbot/management/commands/fix_question_tags.py", line 15, in handle_noargs
self.run_command()
File "/usr/local/lib/python2.7/dist-packages/Django-1.3.1-py2.7.egg/django/db/transaction.py", line 217, in inner
res = func(*args, **kwargs)
File "/home/askbotdir/askbot/management/commands/fix_question_tags.py", line 42, in run_command
questions = models.Question.objects.all()
AttributeError: 'module' object has no attribute 'Question'
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-05-08 03:41:09 -0500
Seen: 42 times
Last updated: May 08 '12
"points added" in hover text even when subtracted
What is the correct use of template substitution within translate section?
What is required for instant email notifications?
sharing questions - tiny url problem
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]
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
It is a bug, thanks. Model Question was removed a while ago.
Evgeny ( 2012-05-08 09:20:15 -0500 )edit