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
>
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
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
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
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
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
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