Re: authentication by email

2012-03-11 Thread Clay McClure
On Sun, Mar 11, 2012 at 12:09 PM, Jacob Kaplan-Moss wrote: > I've written such a pluggable User app. By default, the User model works > as before. But I've also provided a User model (and forms, admin, backends, > etc) implementation that removes the limitations of the User

Re: authentication by email

2012-03-11 Thread Russell Keith-Magee
On 12/03/2012, at 6:58 AM, Joe & Anne Tennies wrote: > I started a new page off the old > https://code.djangoproject.com/wiki/SchemaEvolution > (https://code.djangoproject.com/wiki/SchemaEvolutionDesign). It's not > complete at this point, I just did a brain dump of what I remembered hearing

Re: authentication by email

2012-03-11 Thread Russell Keith-Magee
On 12/03/2012, at 7:08 AM, Joe & Anne Tennies wrote: > Can I ask for one change this late in the project to the 1.4 release if it's > only the documentation for this bug? I'm hoping someone at PyCon might be > able to "sneak this in." > > Can we add a note to the EmailField documentation that

Re: authentication by email

2012-03-11 Thread Joe & Anne Tennies
Can I ask for one change this late in the project to the 1.4 release if it's only the documentation for this bug? I'm hoping someone at PyCon might be able to "sneak this in." Can we add a note to the EmailField documentation that states that "The default 75 character max_length is not capable of

Re: authentication by email

2012-03-11 Thread Joe & Anne Tennies
I started a new page off the old https://code.djangoproject.com/wiki/SchemaEvolution ( https://code.djangoproject.com/wiki/SchemaEvolutionDesign). It's not complete at this point, I just did a brain dump of what I remembered hearing in the past. Sounds like I'm not TOO far off with my memory.

Re: Language Translation

2012-03-11 Thread Florian Apolloner
Hi, please post usage questions to django-users. Thx. On Friday, March 9, 2012 4:23:37 PM UTC+1, Vishnu vg wrote: > > Hi Friends, > > I have a cms based existing django site. I want to translate it to german > or other language, Please suggest which is the best method? > > > -- > Regards > >

Re: authentication by email

2012-03-11 Thread Jacob Kaplan-Moss
On Sunday, March 11, 2012 at 12:39 AM, Clay McClure wrote: > I've written such a pluggable User app. By default, the User model works as > before. But I've also provided a User model (and forms, admin, backends, etc) > implementation that removes the limitations of the User model noted above and

Re: authentication by email

2012-03-11 Thread Clay McClure
On Fri, Mar 9, 2012 at 10:36 AM, Luke Plant wrote: What you are really saying is this: being pragmatic means that we > prioritise *your* immediate need above the need to keep the code and the > docs maintainable, and above the need to maintain compatibility with > existing