Re: Authentication using email

2008-11-09 Thread Aaron Lee
Any updates on this one? http://code.djangoproject.com/ticket/8274 Looks like it's still not in the trunk yet? -Aaron On Mon, Aug 18, 2008 at 7:13 PM, Jesús Del Carpio <[EMAIL PROTECTED]> wrote: > > Hello Antonio, > > I am in the exact situation as you mention, I used a snipped in > http://www.d

Re: 1.1 feature: unify access to response.context in test client

2008-11-09 Thread James Bennett
On Sun, Nov 9, 2008 at 2:25 PM, Gábor Farkas <[EMAIL PROTECTED]> wrote: > does this mechanism work with contexts with integer-keys? A context variable can't really be an integer, so far as I can tell... -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---

Re: How can i contribute for I18N ?

2008-11-09 Thread Russell Keith-Magee
On Mon, Nov 10, 2008 at 4:53 AM, ershadul.hoque <[EMAIL PROTECTED]> wrote: > > I am Ershad, working as Software Engineer at Divine IT Limited, > Bangladesh (www.divine-it.net) > I am working using python and django, our mother tongue is Bengali , > language code bn-BD > I want to translate django

Re: 1.1 feature: unify access to response.context in test client

2008-11-09 Thread Gábor Farkas
On Sun, Nov 9, 2008 at 3:48 AM, James Bennett <[EMAIL PROTECTED]> wrote: > > On Sat, Nov 8, 2008 at 5:34 PM, Russell Keith-Magee > <[EMAIL PROTECTED]> wrote: >> However, to clarify - are you talking about a backwards incompatible >> change, or are you talking about putting a backwards compatible l

How can i contribute for I18N ?

2008-11-09 Thread ershadul.hoque
I am Ershad, working as Software Engineer at Divine IT Limited, Bangladesh (www.divine-it.net) I am working using python and django, our mother tongue is Bengali , language code bn-BD I want to translate django standard messages in Bengali, How can i do that? I have read out the documentation fo

Re: Denormalisation Magic, Round Two

2008-11-09 Thread A Mele
I have followed the discussions about denormalization and I really would like to see this in trunk. I agree with Rusell, the syntax should be more like Django's query syntax, but I think this kind of field is very useful for a lot of projects. A Mele On 27 oct, 13:26, Andrew Godwin <[EMAIL PR