diff --git a/README.rst b/README.rst index 9615914..6c79fe4 100755 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ Django-mfa(Multi-factor Authentication) is a simple django package to add extra We welcome your feedback on this package. If you run into problems, please raise an issue or contribute to the project by forking the repository and sending some pull requests. -This Package is compatible with Django versions >=1.10 (including at least Django 2.0.7) Documentation is available at readthedocs(http://django-mfa.readthedocs.io/en/latest/) +This Package is compatible with the following Django versions: 2.2, 3.0, 3.1, 3.2. Documentation is available at readthedocs(http://django-mfa.readthedocs.io/en/latest/) Quick start ----------- diff --git a/docs/installation_setup.rst b/docs/installation_setup.rst index 1fdf847..45b6947 100644 --- a/docs/installation_setup.rst +++ b/docs/installation_setup.rst @@ -5,8 +5,8 @@ Requirements ~~~~~~~~~~~~ ====== ==================== -Python >= 2.6 (or Python 3) -Django >= 1.11 +Python 3.6, 3.7, 3.8, 3.9, 3.10 +Django 2.2, 3.0, 3.1, 3.2 ====== ==================== Installation