Re: wondering if this is a bug, wanted to ask here before i file it... quotes around datetime in sql

2009-07-13 Thread Karen Tracey
On Mon, Jul 13, 2009 at 12:25 PM, ashwoods wrote: > > but django does call this sql, or does it call something else? > how can i use or see what django really calls? > > so there is no need to report this as i understand it? :) > No, there is no need to report this, it is not a bug. As for the

Re: wondering if this is a bug, wanted to ask here before i file it... quotes around datetime in sql

2009-07-13 Thread Alex Gaynor
On Mon, Jul 13, 2009 at 11:25 AM, ashwoods wrote: > > but django does call this sql, or does it call something else? > how can i use or see what django really calls? > > so there is no need to report this as i understand it? :) > > thx, ash > > On Jul 13, 6:06 pm, Alex Gaynor wrote: > > On Mon,

Re: wondering if this is a bug, wanted to ask here before i file it... quotes around datetime in sql

2009-07-13 Thread ashwoods
but django does call this sql, or does it call something else? how can i use or see what django really calls? so there is no need to report this as i understand it? :) thx, ash On Jul 13, 6:06 pm, Alex Gaynor wrote: > On Mon, Jul 13, 2009 at 11:00 AM, stuff4ash wrote: > > > using mysql. > > >

wondering if this is a bug, wanted to ask here before i file it... quotes around datetime in sql

2009-07-13 Thread stuff4ash
using mysql. model: only the times are relevant. class Time(models.Model): start = models.DateTimeField("zeitbeginn") end= models.DateTimeField("zeitende", blank=True,null=True) user = models.ForeignKey(User) project= models.ForeignKey(Project,verbose_name=

Re: wondering if this is a bug, wanted to ask here before i file it... quotes around datetime in sql

2009-07-13 Thread Alex Gaynor
On Mon, Jul 13, 2009 at 11:00 AM, stuff4ash wrote: > > using mysql. > > model: only the times are relevant. > > class Time(models.Model): >start = models.DateTimeField("zeitbeginn") >end= models.DateTimeField("zeitende", > blank=True,null=True) >user = models.Foreig

Re: [GSOC-Testing] Kubasik Status Update

2009-07-13 Thread Peter Herndon
Yes! Even if I don't make it to Djangocon, I'd still love to see the info available. ---Peter Herndon http://spookypony.com On Jul 12, 2009, at 3:34 AM, Kevin Kubasik wrote: > So I was traveling some this week and getting back into the swing of > things back here in Utah. I didn't get to t

FilePathField pathnames

2009-07-13 Thread sago
When forms.FilePathField compiles the list of choices in its constructor, it uses the full path name as the machine values for each option, and just the final component for the human readable component. This means that when rendered using the default widget, the output includes the absolute path