From 40f4a24e92dc98423428acbd70a2584324208e73 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 28 Jun 2022 09:36:18 -0700 Subject: [PATCH] views: Add a comment about change in Django 4.0 Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/views.py b/plinth/views.py index 42b86b06a..737df09cc 100644 --- a/plinth/views.py +++ b/plinth/views.py @@ -33,7 +33,7 @@ REDIRECT_FIELD_NAME = 'next' def is_safe_url(url): """Check if the URL is safe to redirect to. - Based on Django internal utility. + Based on Django internal utility removed in Django 4.0. """ if url is not None: