Hi,

I am struggling to understand why Django Evolution is throwing this -
so I don't know what to fix:

Traceback (most recent call last):
  File "manage.py", line 11, in <module> execute_manager(settings)
  File "c:\python25\Lib\site-packages\django\core\management
\__init__.py", line 362, in execute_manager utility.execute()
  File "c:\python25\Lib\site-packages\django\core\management
\__init__.py", line 303, in execute self.fetch_command
(subcommand).run_from_argv(self.argv)
  File "c:\python25\Lib\site-packages\django\core\management\base.py",
line 195, in run_from_argv  self.execute(*args, **options.__dict__)
  File "c:\python25\Lib\site-packages\django\core\management\base.py",
line 222, in execute output = self.handle(*args, **options)
  File "c:\python25\Lib\site-packages\django_evolution\management
\commands\evolve.py", line 87, in handle hinted_evolution =
diff.evolution()
  File "c:\python25\Lib\site-packages\django_evolution\diff.py", line
197, in evolution changed_attrs[prop] = current_field_sig.get(prop,
ATTRIBUTE_DEFAULTS[prop])
KeyError: 'field_type'

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to