Update information on supported versions

This commit is contained in:
Marco Bonetti 2023-12-04 16:55:45 +01:00
parent c4d88c5e56
commit e607feb5ce

View file

@ -17,6 +17,7 @@ Rosetta is a `Django <http://www.djangoproject.com/>`_ application that facilita
Because it doesn't export any models, Rosetta doesn't create any tables in your project's database. Rosetta can be installed and uninstalled by simply adding and removing a single entry in your project's `INSTALLED_APPS` and a single line in your main ``urls.py`` file.
Note:
* As of version 0.9.0, django-rosetta requires Django 1.11 or later,
* As of version 0.9.6, django-rosetta requires Django 2.2 or later,
* As of version 0.9.9 django-rosetta supports Django 3.2 or later.