We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried the pip version of this plugin as found here https://pypi.python.org/pypi/djorm-ext-pgtrgm/0.3 & got the following error.
File "venv/lib/python3.5/site-packages/djorm_pgtrgm/init.py", line 1, in from django.db import backend ImportError: cannot import name 'backend'
The same was mitigated when I downloaded the source from GitHub. Please update the pip package I am using Django 1.9.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried the pip version of this plugin as found here https://pypi.python.org/pypi/djorm-ext-pgtrgm/0.3 & got the following error.
File "venv/lib/python3.5/site-packages/djorm_pgtrgm/init.py", line 1, in
from django.db import backend
ImportError: cannot import name 'backend'
The same was mitigated when I downloaded the source from GitHub. Please update the pip package
I am using Django 1.9.4
The text was updated successfully, but these errors were encountered: