Re: ANN: new-admin branch merged to trunk

2005-11-28 Thread Eugene Lazutkin
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

Re: ANN: new-admin branch merged to trunk

2005-11-28 Thread mortenbagai
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

Re: new-admin branch merged to trunk

2005-11-25 Thread Eugene Lazutkin
Now I expect to see examples of Admin code reuse in regular modules. ;-) Thanks, Eugene

ANN: new-admin branch merged to trunk

2005-11-25 Thread Adrian Holovaty
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