mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-10-30 02:28:57 +03:00
Moved tests to tests/
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from typing import Callable
|
||||
|
||||
from django.conf import settings
|
||||
from django.utils.text import slugify
|
||||
|
||||
from typing import Callable
|
||||
|
||||
from .localized_field import LocalizedField
|
||||
from .localized_value import LocalizedValue
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import bleach
|
||||
from django.conf import settings
|
||||
from django_bleach.utils import get_bleach_default_options
|
||||
import bleach
|
||||
|
||||
from .localized_field import LocalizedField
|
||||
|
||||
|
||||
Reference in New Issue
Block a user