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
> j
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
Now I expect to see examples of Admin code reuse in regular modules. ;-)
Thanks,
Eugene
I've merged the new-admin branch into trunk. Essentially this adds the
following functionality:
http://code.djangoproject.com/wiki/NewAdminChanges
This is backwards-compatible.
The changes will be documented further, but I wanted to send out the
announcement first.
Special thanks, of course, t