You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,When I try " python manage.py syncdb"
Caught The AttributeError: 'TaggableManager' object has no attribute 'related'
Could you help me?
Many thanks.
The text was updated successfully, but these errors were encountered:
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?
Hello,When I try " python manage.py syncdb"
Caught The AttributeError: 'TaggableManager' object has no attribute 'related'
Could you help me?
Many thanks.
The text was updated successfully, but these errors were encountered: