This is a difference between Django 3.0 and 3.1.

This commit is contained in:
Emil Stenström 2021-02-15 21:22:07 +01:00
parent f188fab540
commit 26f39c73f3
5 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ from textwrap import dedent
from django.template import Context
from .django_test_setup import * # NOQA
from .testutils import Django111CompatibleSimpleTestCase as SimpleTestCase
from .testutils import Django30CompatibleSimpleTestCase as SimpleTestCase
from django_components import component