From 445e94f60b0d77426c01e5c1a7ef978e75002543 Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Fri, 10 May 2024 17:11:12 +0200 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7a24dff..6a48b69 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ A Multi Column Plugin for django CMS. Installation ------------ -This plugin requires `django CMS` 3.8 or higher to be properly installed. +This plugin requires `django CMS` 3.8 or higher, or 4.0 or higher to be properly installed. * In your projects virtualenv, run ``pip install djangocms-column``. * Add ``'djangocms_column'`` to your ``INSTALLED_APPS`` setting.