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 was wondering if this library is going to support Django 3
The text was updated successfully, but these errors were encountered:
It seems have to upgrade this line to work at Django 3 because render_to_response is not working https://github.com/muccg/django-iprestrict/blob/master/iprestrict/views.py#L9
render_to_response
from django.shortcuts import render_to_response
Sorry, something went wrong.
Support for Django 3 has been added to https://github.com/sztamas/django-iprestrict-redux.
No branches or pull requests
I was wondering if this library is going to support Django 3
The text was updated successfully, but these errors were encountered: