Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: u'name' when running django migrate #22

Open
natea opened this issue Mar 4, 2013 · 2 comments
Open

KeyError: u'name' when running django migrate #22

natea opened this issue Mar 4, 2013 · 2 comments

Comments

@natea
Copy link

natea commented Mar 4, 2013

The syncdb works, but when I try to run migrate, the following error occurs:

$ ./bin/django migrate -v3
Running migrations for project:
 - Migrating forwards to 0009_auto__chg_field_pipproject_test_command.
 > project:0002_auto__add_field_project_git_repo
KeyError: u'name'
@xentac
Copy link
Collaborator

xentac commented Mar 5, 2013

This project was written quite a while ago with an older version of django... I don't know what's changed to cause these problems, but I don't really have much intention of trying to figure it out...

@natea
Copy link
Author

natea commented Mar 5, 2013

OK, maybe reverting to Django 1.4 will do the trick. Since the versions
weren't pinned, pip grabbed the latest 1.5.
On Mar 5, 2013 1:37 AM, "xentac" notifications@github.com wrote:

This project was written quite a while ago with an older version of
django... I don't know what's changed to cause these problems, but I don't
really have much intention of trying to figure it out...


Reply to this email directly or view it on GitHubhttps://github.com//issues/22#issuecomment-14425820
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants