Oh of course. Probably the one file I didn't look at. I think a
subclass is in order. Thank you very much for the direction.

Greg

On May 5, 5:01 am, patrickk <sehmasch...@gmail.com> wrote:
> there you 
> go:http://code.djangoproject.com/browser/django/trunk/django/contrib/adm...
>
> unfortunately, it´s all hardcoded. if you need to customize the
> widget, you may want to write your own and subclass the given one.
>
> hope that answers your question.
>
> regards,
> patrick
>
> On 5 Mai, 01:43, geraldcor <gregco...@gmail.com> wrote:
>
>
>
> > Hello all,
>
> > I have been pouring over the django source trying to figure out where
> > the "Currently: "/images/..."" gets added to ImageField upload fields
> > after an image has been uploaded in the admin interface. I wonder this
> > because I would like to do some custom manipulation with the image
> > field and as I was searching for how to do this I just couldn't find
> > anything about how any form fields are rendered for that matter. I
> > understand how they are constructed and how the template is rendered
> > but I can't for the life of me figure out how the actual field is
> > rendered and represented in the html form. Could anyone please offer
> > me some insight into this. I really love the "Currently:" that shows
> > up and I would like to see how it's done.
>
> > Thank you for helping out a very confused person.
>
> > Greg.
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > django-users+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/django-users?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to