ModelForm gives invalid option.

2010-05-25 Thread Joshua Frankenstein Lutes
I have a Model that looks something like this: == class Turtle(models.Model): turtle_type = models.IntegerField(null=False, blank=False, choices=TURTLE_TYPES) == I use it to create a ModelForm: ==

Re: ModelForm gives invalid option.

2010-05-26 Thread Joshua Frankenstein Lutes
That did it! Thanks! -- 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,