On Jul 2, 12:59 am, Ric wrote:
> Hi there,
>
> i have got a simple approach to make all django fields with a full
> i18n support
>
> the django.models.fields.Field class can be subclassed like this
>
> from django.db import models
> from django.utils.translation import get_language
>
> class i18nF
Hi there,
i have got a simple approach to make all django fields with a full
i18n support
the django.models.fields.Field class can be subclassed like this
from django.db import models
from django.utils.translation import get_language
class i18nField(models.Field):
def __init__(self, i18n =