#12936: I cannot change the way django app displays FileFields -------------------------------------------+-------------------------------- Reporter: jerzyo <[email protected]> | Owner: nobody Status: new | Milestone: Component: Forms | Version: 1.1 Keywords: | Stage: Unreviewed Has_patch: 0 | -------------------------------------------+-------------------------------- Hi
I have a model with file field. The way it is displayed in admin site when I am editing is following: Currently: "xxxx/yyy/zzzz" Change: I want to change the path that is displayed after "Currently". It does not take into account my MEDIA_URL setting, and my custom url for displaying the files. Any way to do it? -- Ticket URL: <http://code.djangoproject.com/ticket/12936> Django <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.
