Comment #1 on issue 57 by ca9lar: changing the field type to a foreignKey
doesn't work
http://code.google.com/p/django-evolution/issues/detail?id=57
I get the same error too but also got the following traceback when i ran the
./manage.py evolve --hint
Traceback (most recent call last):
File "./manage.py", line 11, in <module>
execute_manager(settings)
File "/usr/lib/pymodules/python2.6/django/core/management/__init__.py",
line 362,
in execute_manager
utility.execute()
File "/usr/lib/pymodules/python2.6/django/core/management/__init__.py",
line 303,
in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line
195, in
run_from_argv
self.execute(*args, **options.__dict__)
File "/usr/lib/pymodules/python2.6/django/core/management/base.py", line
222, in
execute
output = self.handle(*args, **options)
File "/usr/lib/pymodules/python2.6/django_evolution/management/commands/evolve.py",
line 87, in handle
hinted_evolution = diff.evolution()
File "/usr/lib/pymodules/python2.6/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 listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings