#4979: Admin does not allow removal of an image from an ImageField after it has
been set, even if null=True and blank=True
-----------------------+----------------------------------------------------
Reporter:  robvdl      |       Owner:  adrian         
  Status:  new         |   Component:  Admin interface
 Version:  SVN         |    Keywords:  ImageField     
   Stage:  Unreviewed  |   Has_patch:  0              
-----------------------+----------------------------------------------------
 In my model, I have the following field:
 
 {{{photo = models.ImageField("Photo", upload_to="images", null=True,
 blank=True)}}}
 
 I am able to upload an image using the admin tool no problem, I am also
 able to change it to another image at a later stage, but I am not able to
 remove the image (e.g. set the field back to NULL), even though my field
 does allow null values. This might also apply to {{{FileField}}} fields.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/4979>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to