On Mon, 2009-05-18 at 01:03 -0700, Christian Martín Reinhold wrote:
> Hello I am kind of new with django and I am trying to adapt a piece of
> code to the 1.0 version.
>
> datetime = models.DateTimeField(blank=True, null=True,
> validator_list=[RequiredIfOtherFieldEquals('status', '2',("A
Hello I am kind of new with django and I am trying to adapt a piece of
code to the 1.0 version.
datetime = models.DateTimeField(blank=True, null=True,
validator_list=[RequiredIfOtherFieldEquals('status', '2',("A
datetime "
"must be specified if status is 'Close
2 matches
Mail list logo