mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-13 15:22:25 +03:00
Export all classes from localized_fields
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import bleach
|
||||
from django.conf import settings
|
||||
from django.test import TestCase
|
||||
from django_bleach.utils import get_bleach_default_options
|
||||
import bleach
|
||||
|
||||
from localized_fields.fields import LocalizedBleachField, LocalizedValue
|
||||
from localized_fields import LocalizedBleachField, LocalizedValue
|
||||
|
||||
|
||||
class TestModel:
|
||||
|
||||
Reference in New Issue
Block a user