﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
1558	[magic-removal] syncdb no longer working [patch]	Ian@…	Adrian Holovaty	"$ django-admin.py syncdb
Creating table auth_message
Traceback (most recent call last):
  File ""/usr/local/bin/django-admin.py"", line 5, in ?
    management.execute_from_command_line()
  File ""/magik/django/core/management.py"", line 1107, in execute_from_command_line
    action_mapping[action]()
  File ""/magik/django/core/management.py"", line 456, in syncdb
    cursor.execute(statement)
  File ""/magik/django/db/backends/util.py"", line 12, in execute
    return self.cursor.execute(sql, params)
  File ""/magik/django/db/backends/mysql/base.py"", line 31, in execute
    return self.cursor.execute(sql, params)
  File ""/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/MySQLdb/cursors.py"", line 137, in execute
    self.errorhandler(self, exc, value)
  File ""/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/MySQLdb/connections.py"", line 33, in defaulterrorhandler
    raise errorclass, errorvalue
_mysql_exceptions.OperationalError: (1050, ""Table 'auth_message' already exists"")
ianh@Circe:/magik/zilbo$ "	defect	closed	Database layer (models, ORM)		normal	wontfix			Unreviewed	1	0	0	0	0	0
