Re: FF3 src error in django admin calendar

2009-10-28 Thread Dan Ward
I've had the issue myself, and noticed a bug has been reported on the part of Django's DateTimeShortcuts.js script relying on the DOM to fetch the admin_media_prefix. A milestone of 1.2 has also been set by Jacob on the ticket, so fingers-crossed, other than the patch, an upcoming update will reso

Re: Multiple ModelAdmins for a single Model

2009-03-27 Thread Dan Ward
some of the > admin template changes in trunk breaks my admin template overrides so > I might hold off for the 1.1 release in case it changes some more) > > On Mar 24, 2:53 pm, Dan Ward wrote: > > > OK, > > > I've done a fair amount of research and I want to detail wha

Re: Multiple ModelAdmins for a single Model

2009-03-24 Thread Dan Ward
should only show only relevant 'Video' fields. This should also be the case for 'Message' and 'Website' pages (the other two pgtype values). I really don't want to start going down the route of model redesign to have separate tables. Especially as the database is alr

Re: Multiple ModelAdmins for a single Model

2009-03-24 Thread Dan Ward
To follow up, I can see how I can achieve different forms, however I can't figure out how to provide three separate links in the admin index page. Any suggestions? On Mar 22, 11:22 am, Dan Ward wrote: > Hi, > > First of all thanks for the replies. I won't be able to t

Re: Multiple ModelAdmins for a single Model

2009-03-22 Thread Dan Ward
Hi, First of all thanks for the replies. I won't be able to try anything until tomorrow, however it has given some food for thought. Malcom, the three admin entries is what I'm looking for. Essentially, I'm aiming to have the admin home page display the pages block as so: Pages (admin group) --

Multiple ModelAdmins for a single Model

2009-03-21 Thread Dan Ward
an AlreadyRegistered exception, plus I can't see that way how I'd filter data to a specific 'page_type' in the Model. Any help would be greatly appreciated. Thanks, Dan Ward. --~--~-~--~~~---~--~~ You received this message because you are subscr