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

@ -4,7 +4,7 @@ from django.template import Context, Template
from django_components import component
from tests.django_test_setup import * # NOQA
from tests.testutils import Django111CompatibleSimpleTestCase as SimpleTestCase
from tests.testutils import Django30CompatibleSimpleTestCase as SimpleTestCase
class SlottedComponent(component.Component):