I have a field:
delete_flag = models.IntegerField(null=False, blank=True,default=0)


When I save it initially, the delete_flag is set to 0, but if I edit
it, and don't specify the delete_flag value, it seems to be getting
set to NULL.... anyone have any idea why?

Thanks for any information,
Carole


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to