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

AttributeError: 'TaggableManager' object has no attribute 'related' #4

Open
volotus opened this issue Mar 21, 2013 · 1 comment
Open

Comments

@volotus
Copy link

volotus commented Mar 21, 2013

Hello,When I try " python manage.py syncdb"
Caught The AttributeError: 'TaggableManager' object has no attribute 'related'
Could you help me?
Many thanks.

@JLMcLaugh
Copy link
Contributor

It looks like there was a change to django taggit last week. I should have set the version in requirements, but there hadn't been any changes for a couple years.

You can either install south and run the django-taggit migrations or reinstall django taggit with version 0.9.3 (which I updated in the requirements.txt file).

If you do run the south migrations, would you mind putting in a pull request with the doc/requirements changes?

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