Hi, I recently had an admin form that showed the image from an
ImageField.  However, the ImageField wants a full path to the image
and validates.  There is no option I can see to turn off validation or
even the input form to change the image.

What I'm looking to do is have the image path populated by a script
and allow a user editing the record to see the image, but not be able
to edit or change anything about it.  It seems easier to use a
CharField instead of ImageField, but then how do I go about showing it
inline?  fieldsets.description doesn't allow anything but text.

Thanks,
-Dave
--~--~---------~--~----~------------~-------~--~----~
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