what is this error.
Hi,
when i'm synchronizing the database using sync db command it giving
the fallowing error.. could any one of you please help me..
----------------------------------------------------------------------------------------------------------------
Traceback (most recent call last):
File "manage.py", line 11, in <module>
execute_manager(settings)
File "C:\Python26\lib\site-packages\django\core\management
\__init__.py", line 439, in execute_manager
utility.execute()
File "C:\Python26\lib\site-packages\django\core\management
\__init__.py", line 380, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "C:\Python26\lib\site-packages\django\core\management\base.py",
line 195, in run_from_argv
self.execute(*args, **options.__dict__)
File "C:\Python26\lib\site-packages\django\core\management\base.py",
line 222, in execute
output = self.handle(*args, **options)
File "C:\Python26\lib\site-packages\django\core\management\base.py",
line 351, in handle
return self.handle_noargs(**options)
File "C:\Python26\lib\site-packages\django\core\management\commands
\syncdb.py", line 88, in handle_noargs
sql = connection.creation.sql_for_many_to_many(model, self.style)
File "C:\Python26\lib\site-packages\django\db\backends\creation.py",
line 151, in sql_for_many_to_many
output.extend(self.sql_for_many_to_many_field(model, f, style))
File "C:\Python26\lib\site-packages\django\db\backends\creation.py",
line 160, in sql_for_many_to_many_field
if f.creates_table:
AttributeError: 'ManyToManyField' object has no attribute
'creates_table'
----------------------------------------------------------------------------------------------------------------
please reply if anybody know what it is..
thank you..
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home