Opened 14 years ago

Closed 14 years ago

#12936 closed (invalid)

I cannot change the way django app displays FileFields

Reported by: jerzyo <jerzyo@…> Owned by: nobody
Component: Forms Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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?

Change History (1)

comment:1 by Alex Gaynor, 14 years ago

Resolution: invalid
Status: newclosed

Trac is for filing bugs against django, not for asking support questions, please use either the django-users mailing list or the #django channel on irc.freenode.net

Note: See TracTickets for help on using tickets.
Back to Top