Oh..I meant to mention that this is using the default
ChangeManipulator for the class.  If I specify the delete_flag in the
non_fields as zero, it of course works...but I'm adding this flag in a
lot of places... so I'd prefer that it just stay as 0 w/out me
specifiying it in the non_fields list for the form.

On May 30, 1:20 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> 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