From 9721efe4f9c15d07110044129af3697530f0035e Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Mon, 11 Jul 2022 13:18:52 +0200 Subject: [PATCH] Make the README mention our Django>=3.2.4 requirement --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2c1ba9730..9c22acdcc 100644 --- a/README.rst +++ b/README.rst @@ -45,7 +45,7 @@ In addition to the built-in panels, a number of third-party panels are contributed by the community. The current stable version of the Debug Toolbar is 3.5.0. It works on -Django ≥ 3.2. +Django ≥ 3.2.4. Documentation, including installation and configuration instructions, is available at https://django-debug-toolbar.readthedocs.io/.