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 just installed your library and got the above error, it is related to the following lines:
from django.utils.six.moves.urllib.parse import urlencode from django.utils.six.moves.urllib.error import URLError from django.utils.six.moves.urllib.request import ( ProxyHandler, Request, urlopen, build_opener, install_opener )
Can you fix this to support django 1.4.x versions?
The text was updated successfully, but these errors were encountered:
Hi, django 1.4 is not supported because it is also unsupported by the django developers itself
Sorry, something went wrong.
No branches or pull requests
i just installed your library and got the above error, it is related to the following lines:
from django.utils.six.moves.urllib.parse import urlencode
from django.utils.six.moves.urllib.error import URLError
from django.utils.six.moves.urllib.request import (
ProxyHandler,
Request,
urlopen,
build_opener,
install_opener
)
Can you fix this to support django 1.4.x versions?
The text was updated successfully, but these errors were encountered: