Re: Idea for i18n fields

2011-07-02 Thread akaariai
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

Re: Forced password reset in django-admin

2011-07-02 Thread Wim Feijen
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,

Re: "c" date formating and Internet usage

2011-07-02 Thread Yohan Boniface
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