Re: WSGI: IOError, same as mod_python?

2008-01-14 Thread Graham Dumpleton
On Jan 15, 12:12 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Alright, I have been stuck with this problem for quite some time now. > I have heard from Malcom and Graham on the topic, I hope you guys > weigh in again. > > I switched to WSGI mostly to get rid of the "IOError: Client read >

WSGI: IOError, same as mod_python?

2008-01-14 Thread [EMAIL PROTECTED]
Alright, I have been stuck with this problem for quite some time now. I have heard from Malcom and Graham on the topic, I hope you guys weigh in again. I switched to WSGI mostly to get rid of the "IOError: Client read error (Timeout?)" generated by mod_python. So after waiting a while to see if

Re: Feature Request: "Abstract Model"

2008-01-14 Thread Alex Myodov
Wanrong, Just updated the ticket with the latest patch, which includes thorough tests of the feature. Hope it now should be enough to commit, if the gurus consider the code sufficient. On 14 янв, 21:07, Wanrong Lin <[EMAIL PROTECTED]> wrote: > Alex, > > Thanks a lot for this. Look forward to th

Re: Feature Request: "Abstract Model"

2008-01-14 Thread Wanrong Lin
Alex, Thanks a lot for this. Look forward to the new version. Wanrong Alex Myodov wrote: > Wanrong and Marc, > > I (the author of current #3163 patch) was just in the middle of the > large email here explaining what I tried to do to create the tests, > and what I could not, and where I need he

Re: Feature Request: "Abstract Model"

2008-01-14 Thread Alex Myodov
Wanrong and Marc, I (the author of current #3163 patch) was just in the middle of the large email here explaining what I tried to do to create the tests, and what I could not, and where I need help,... but was suddenly stricken with the idea how I can write those tests. And the quick experiments

Feature Request: small extension to mod python authentication handler

2008-01-14 Thread [EMAIL PROTECTED]
Hi, I'd like to use django for authentication in apache, and it would be nice to have group based access. Therefore i did a little patch to django/contrib/auth/handlers/ mod_python.py group = options.get('DjangoRequireGroup', None) ... if group: kwargs['groups__name'] = group So i'm abl

Re: Feature Request: "Abstract Model"

2008-01-14 Thread Marc Fargas
Hi Wanrong, It's hard to give predictions on open source projects, the last comment on #3163 is advising that he/she cannot write the tests for some reason. And without tests the ticket won't be checked-in. You can always try to give a hand writting suchs tests. Once the ticket has everything it