Amazing site Like Orkut,Naukri&Youtube At1stop.

2007-03-11 Thread sudha madhuri
Amazing site Like Orkut,Naukri&Youtube At1stop. http://www.bharatstudent.com/index.php?refcode=Smitha Meet New Guys n Girls-Grow your social network Like Minded people For date ! watch videos-Adult videos-funny videos-upload videos and get money(part time earnings) Exellent features here chati

Re: Possible enhancement: CGI-style population of os.environ

2007-03-11 Thread Simon G.
This sounds like a good idea, and if everyone else is doing it... It might also make #2407 cleaner (CGI Support)- some of the comments there are stating that you need to load PATH_INFO etc into the env to get it running properly. http://code.djangoproject.com/ticket/2407#comment:14 --Simon -

Re: django built in testing framework and test organization

2007-03-11 Thread Jeremy Bowers
sal wrote: > Hello all. > I've been using the built in django testing framework for my code. But > as I add more and more tests, I'm finding the standard behavior of > only looking for tests in models.py and tests.py to be a little > unwieldy. I'd prefer to organize my tests in separate files. At

django built in testing framework and test organization

2007-03-11 Thread sal
Hello all. I've been using the built in django testing framework for my code. But as I add more and more tests, I'm finding the standard behavior of only looking for tests in models.py and tests.py to be a little unwieldy. I'd prefer to organize my tests in separate files. I made changes to the en

Re: Possible enhancement: CGI-style population of os.environ

2007-03-11 Thread James Bennett
On 3/11/07, Max Battcher <[EMAIL PROTECTED]> wrote: > Anyway, I think my suggestion is that in this particular case maybe > the better approach is to push for better genericity in the Comments > app (particularly as it gets rewritten and better documented)... I've done that, actually :) Right no

Re: Tickets on send_mass_mail functionality (multipart/encoding/TLS/BCC)

2007-03-11 Thread Russell Keith-Magee
On 3/9/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > On Thu, 2007-03-08 at 04:09 -0800, Simon G. wrote: > > Good Evening Djuggernauts, > > > > I've spent some time looking over the email related tickets in Trac, > > and think I've got them sorted out a bit. I'm hoping to spur some > > disc

Re: How close are we to 0.96?

2007-03-11 Thread Russell Keith-Magee
On 3/9/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > On the pre-0.96 note - I'm currently working on a more comprehensive > test suite for the serializer. I don't know that there are any > specific problems, but my experience so far has with me feeling that > there are probably one or two

Re: How close are we to 0.96?

2007-03-11 Thread Russell Keith-Magee
On 3/10/07, Tristan <[EMAIL PROTECTED]> wrote: > > > Hi Russ: > Do you have news about Oracle Sprint stuff? Will this be included in > 0.96? I don't have any particular knowledge of the Oracle sprint work. I believe Jacob was coordinating that effort, but I could be wrong on that front. Yours, R

Re: Ticket 3688 -- Improve support for mutually-referential models

2007-03-11 Thread Russell Keith-Magee
On 3/10/07, Benjamin Slavin <[EMAIL PROTECTED]> wrote: > Howdy folks, > > I just created ticket #3688 [0]. It introduces a change we've been using > internally for a few weeks and I thought might be useful to other users. Thanks for the contribution, Benjamin, but the existing behaviour (or lack

Re: Enforcing MySQLdb version(?)

2007-03-11 Thread Andy Dustman
On 3/9/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > Also, the link in http://code.djangoproject.com/ticket/3279#comment:14 > seems to indicate there are some real problems with 1.2.0. If there weren't problems, there wouldn't be a 1.2.1. :) > Or is that > not consistent with your underst

Re: newforms: compound or nested forms

2007-03-11 Thread Jeroen van Dongen
An early version can be found at: http://code.djangoproject.com/ticket/3706 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegro

Re: Possible enhancement: CGI-style population of os.environ

2007-03-11 Thread Max Battcher
On 3/11/07, James Bennett <[EMAIL PROTECTED]> wrote: > > On 3/11/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > [Insert standard rant about components intended to be reusable that do > > not provide an alternative way to specify the environment. Makes testing > > kind if hard. Their develop

Re: newforms: compound or nested forms

2007-03-11 Thread Jeroen van Dongen
Jeff: the case in snippet 82 is covered with the FormList idea. However, the case as presented in snippet 27 is not. And I'm in doubt it's something that requires a special form class actually. What's to prevent you from just creating a normal form and then altering the required setting of one of

Re: Possible enhancement: CGI-style population of os.environ

2007-03-11 Thread James Bennett
On 3/11/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > [Insert standard rant about components intended to be reusable that do > not provide an alternative way to specify the environment. Makes testing > kind if hard. Their developers are probably cruel to small animals as > well.] :) In thi