-
Notifications
You must be signed in to change notification settings - Fork 81
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
Docs page lists wrong version of Django #35
Comments
It isn't its showing right ! if in case you want more details check this issue #38 |
It sounds like it is compatible with Django 1.11, though? If so, the requirement is wrong. |
Actually it looks the projects support more recent versions of Django too, as that issue was resolved. |
It looks like this project now requires Django >= 2, because it uses features such as django.urls.path which are not available in earlier versions of Django. Meaning the documentation is wrong. |
https://django-mfa.readthedocs.io/en/latest/installation_setup.html
Shows Django requirement as < 1.10
Python | >= 2.6 (or Python 3)
Django | < 1.10
The text was updated successfully, but these errors were encountered: