mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 15:39:08 +00:00
Merge pull request #404 from JuroOravec/fix-release-v0.60
Fix realeases v0.60 and v0.52
This commit is contained in:
commit
fa6abab06e
4 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ from pathlib import Path
|
|||
import django
|
||||
from django.utils.module_loading import autodiscover_modules
|
||||
|
||||
from django_components.utils.autodiscover import search
|
||||
from django_components.utils import search
|
||||
|
||||
if django.VERSION < (3, 2):
|
||||
default_app_config = "django_components.apps.ComponentsConfig"
|
||||
|
|
|
@ -37,7 +37,7 @@ from django_components.templatetags.component_tags import (
|
|||
SlotName,
|
||||
SlotNode,
|
||||
)
|
||||
from django_components.utils.autodiscover import search
|
||||
from django_components.utils import search
|
||||
|
||||
|
||||
class SimplifiedInterfaceMediaDefiningClass(MediaDefiningClass):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue