mirror of
https://github.com/django-components/django-components.git
synced 2025-10-17 09:17:10 +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
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue