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
ImportError: cannot import name 'TaggitListFilter' from 'taggit_helpers' (/Users/kanel/Documents/SKT/venv/lib/python3.7/site-packages/taggit_helpers/__init__.py)
#7
ImportError: cannot import name 'TaggitListFilter' from 'taggit_helpers' (/Users/kanel/Documents/SKT/venv/lib/python3.7/site-packages/taggit_helpers/init.py)
The text was updated successfully, but these errors were encountered:
@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?
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)
The text was updated successfully, but these errors were encountered: