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 Bejamin,
Sounds like a cool feature: probably when you build such a thing, it
will be used by dozens (or thousands). I noticed that I am making a
lot of use of custom registration processes. Most of the time, I use
django-registration as a solid basis, are you familiar with that?
Best regards,
I've created a ticket to propose a little change in the documentation :
https://code.djangoproject.com/ticket/16392
Yohan
2011/6/29 Yohan Boniface
> 2011/6/28 Stephen Burrows
>
>>
>> The "O" formatter - or more specifically, the "Z" formatter - does
>> include that bit of magic. Is there a par