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_ <r.dav...@gmail.com> 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 django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=.


Reply via email to