Add LocalizedIntegerFieldWidget

This commit is contained in:
Cristi Ingineru
2018-08-16 14:27:38 +03:00
parent 88e2d29596
commit 4f83cbf4ed
5 changed files with 30 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ from django.conf import settings
from django.db import connection
from django.utils import translation
from localized_fields.value import LocalizedIntegerValue
from localized_fields.fields import LocalizedIntegerField
from .fake_model import get_fake_model