I wanted to ask here before I post a ticket. If you have an integer field in your model, it can't equal zero if the field is required (blank=False)
Here's the code out of Field.validate_full that causes this: if not self.blank and not field_data: return [_('This field is required.')] Am I missing something here??? Starr --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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=en -~----------~----~----~----~------~----~------~--~---