From d68ca125eef25a38618c28073b1dc63caed3be7d Mon Sep 17 00:00:00 2001 From: Mehraz Hossain Rumman <59512321+MehrazRumman@users.noreply.github.com> Date: Thu, 6 Nov 2025 12:40:25 +0600 Subject: [PATCH] Add Django import to test_templatetags.py --- tests/test_templatetags.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_templatetags.py b/tests/test_templatetags.py index 4822ea3c5..eaa0363bd 100644 --- a/tests/test_templatetags.py +++ b/tests/test_templatetags.py @@ -1,4 +1,5 @@ import unittest +import django from django.template import Context, Template from django.test import TestCase, override_settings