From e607feb5ce1a82f1b0e3d8cd1f02f8ecdc4dbdb2 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Mon, 4 Dec 2023 16:55:45 +0100 Subject: [PATCH] Update information on supported versions --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 7b2012c..d7ff9ad 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,7 @@ Rosetta is a `Django `_ 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.