mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 13:58:16 +00:00
This is a difference between Django 3.0 and 3.1.
This commit is contained in:
parent
f188fab540
commit
26f39c73f3
5 changed files with 6 additions and 6 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue