Daniel,
thanks a lot, it works perfectly
Paolo
On Nov 17, 8:19 pm, Daniel Roseman <[EMAIL PROTECTED]>
wrote:
> On Nov 17, 4:42 pm, Paolo Corti <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi
> > maybe this is trivial, but i can't find a way to get it (and from what
> > i can see it seems not possible):
On Nov 17, 4:42 pm, Paolo Corti <[EMAIL PROTECTED]> wrote:
> Hi
> maybe this is trivial, but i can't find a way to get it (and from what
> i can see it seems not possible):
>
> my model:
>
> class Project(models.Model):
> name = models.CharField('name', max_length=255)
>
>
Hi
maybe this is trivial, but i can't find a way to get it (and from what
i can see it seems not possible):
my model:
class Project(models.Model):
name = models.CharField('name', max_length=255)
#relationship
projectowner = models.ForeignKey(Person)
in admin
3 matches
Mail list logo