mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-14 07:42:24 +03:00
Move LocalizedValue and add get_language_codes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from django.db import models
|
||||
|
||||
from .fields import LocalizedField, LocalizedValue
|
||||
from .fields import LocalizedField
|
||||
from .localized_value import LocalizedValue
|
||||
|
||||
|
||||
class LocalizedModel(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user