Sorry for the double post *blush* Not sure how that happened...
The model looks something like this:
class Competition(MessageboardOwner):
name = models.CharField(max_length=256)
type = models.IntegerField(choices=COMPETITION_TYPE_CHOICES)
start = models.DateField()
end = models.DateField()
official_www = models.URLField(blank=True)
On Nov 12, 3:55 pm, rebus_ <[email protected]> wrote:
>
> What does model Competition look like?
> Do you have choices defined in your models.py and use choices argument
> when creating that field in models?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=.