On May 5, 10:12 pm, Daniel Roseman wrote:
> On May 5, 9:30 pm, Paul wrote:
>
>
>
> > I have the following model (stripped of comments and __unicode__ for
> > brevity) which defines a comment in my Django app (I'm not using the
> > comment module provided with Django for various reasons):
>
> > c
On May 5, 9:30 pm, Paul wrote:
> I have the following model (stripped of comments and __unicode__ for
> brevity) which defines a comment in my Django app (I'm not using the
> comment module provided with Django for various reasons):
>
> class Comment(models.Model):
> comment = models.TextField(
I have the following model (stripped of comments and __unicode__ for
brevity) which defines a comment in my Django app (I'm not using the
comment module provided with Django for various reasons):
class Comment(models.Model):
comment = models.TextField()
added_by = models.ForeignKey(User)
ad
3 matches
Mail list logo