There is a ticket pending: http://code.djangoproject.com/ticket/914
"mortenbagai" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > > I encountered a change, which I think must be a consequence of the > new-admin merge. It seems that the "js" admin option - given to link > javascript files to the admin screen for the model object - now assumes > the paths given are relative to the ADMIN_MEDIA_PREFIX whereas before > it didn't. > > For instance, if my admin site was located at "mysite.com/admin/" and > my model had this in it: > > admin = meta.Admin( js = ('/editor/bling.js') ) > > It would previously resolve to "mysite.com/editor/bling.js". > > I was just wondering if this is intentional, and if so what underlying > the reasoning is? I don't necessarily mind the change, but it should > probably be documented somewhere. > > Best, > > Morten > >
