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
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,
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.
>
> >
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=
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
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
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