Re: r9766-related issues

2009-05-12 Thread Armin Ronacher
Hi, On 13 Mai, 00:42, Yuri Baburov wrote: > Also on OS X you can set if filename is case-sensitive on per-volume > basis, when formatting, and usually it's case-insensitive. windows is > always case insensitive, linux is usually case-sensitive. I'm not talking about case sensitivity here but uni

Re: Decision for ticket #6362 - Remove blank spaces with strip when validating the data

2009-05-12 Thread Russell Keith-Magee
On Wed, May 13, 2009 at 7:48 AM, thebitguru wrote: > > Hi, > > What do we need to make a decision for ticket 6362 (http:// > code.djangoproject.com/ticket/6362)? We need to wait until we're not trying to get v1.1 out the door. We are well past the feature deadline for v1.1; the focus of the com

Re: Posting to the wrong list (was: Re: Need Django Developer urgent)

2009-05-12 Thread Russell Keith-Magee
On Tue, May 12, 2009 at 11:36 PM, Adam Jenkins wrote: > > On Fri, May 8, 2009 at 9:42 AM, Marcello Bontempo Salgueiro > wrote: >> Don´t make a core list, put inside the dajngo site >> a new applet for register jobs, like have in the python.org[1]!! > > djangogigs.com > > On the point of name. I

[GSoC] model validation

2009-05-12 Thread Honza Král
Hi, last week I was busy during EuroDjangoCon, so I am afraid there was close to no progress on actual work. I did however give a talk on the topic (see slides at [0]) and got into a few interesting discussions. As a result of the latter I would like to reopen one design decision that was made dur

Decision for ticket #6362 - Remove blank spaces with strip when validating the data

2009-05-12 Thread thebitguru
Hi, What do we need to make a decision for ticket 6362 (http:// code.djangoproject.com/ticket/6362)? Thanks, Farhan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, s

Re: r9766-related issues

2009-05-12 Thread Yuri Baburov
> On 11 Mai, 15:03, Marty Alchin wrote: >> If you're using the filename to store it somewhere else, typically for >> denormalization, it'd be better to do that post-save, since then you >> know the record actually got saved in the database. Otherwise, you >> might be trying to access the content

Re: r9766-related issues

2009-05-12 Thread Armin Ronacher
Hi, On 11 Mai, 15:03, Marty Alchin wrote: > If you're using the filename to store it somewhere else, typically for > denormalization, it'd be better to do that post-save, since then you > know the record actually got saved in the database. Otherwise, you > might be trying to access the content o

Re: Posting to the wrong list (was: Re: Need Django Developer urgent)

2009-05-12 Thread Adam Jenkins
On Fri, May 8, 2009 at 9:42 AM, Marcello Bontempo Salgueiro wrote: > Don´t make a core list, put inside the dajngo site > a new applet for register jobs, like have in the python.org[1]!! djangogigs.com On the point of name. I think using the word "contributer(s)" is the best way to remove confu

Re: Posting to the wrong list (was: Re: Need Django Developer urgent)

2009-05-12 Thread Jeff Gentry
> I don't know where you got "the core team" from--django-core: > development on Django itself, and more importantly, it would have been > completely unambiguous to users developing using Django. FWIW, another project that I was a contributer for had '-devel' for the same purpose as this list and

Re: Reduce bug triage overhead: DjangoAwesomeBot

2009-05-12 Thread J. Clifford Dyer
On Wed, 2009-05-06 at 18:23 +0800, Russell Keith-Magee wrote: > > 1. Does the patch apply cleanly? > 2. Does the patch contain a test? > 3. Does the test fail if the rest of the patch isn't applied? I don't see this as a necessary requirement for all patches. What if the patch has nothing bu