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

ImportError: cannot import name 'TaggitListFilter' from 'taggit_helpers' (/Users/kanel/Documents/SKT/venv/lib/python3.7/site-packages/taggit_helpers/__init__.py) #7

Open
skanel opened this issue Jun 27, 2020 · 1 comment

Comments

@skanel
Copy link

skanel commented Jun 27, 2020

I got this error

ImportError: cannot import name 'TaggitListFilter' from 'taggit_helpers' (/Users/kanel/Documents/SKT/venv/lib/python3.7/site-packages/taggit_helpers/init.py)

@mfcovington
Copy link
Owner

@skanel I need to update the docs to make it more explicit, but for Django 1.9+, you need to use from taggit_helpers.admin import TaggitListFilter rather than from taggit_helpers import TaggitListFilter. Does that solve your issue?

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