Re: Admin three levels deep

2005-10-07 Thread Adrian Holovaty
On 10/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I'm very new to Django and I'm learning it by adapting the stuff from > the tutorial to a new (test) application, a Forum. The tutorial nicely > explains that you don't want "Polls" and "Choices" in the main menu, > because "Choices" is a

Re: Admin three levels deep

2005-10-07 Thread Tim Stoop
On 10/7/05, Robert Wittams <[EMAIL PROTECTED]> wrote: > Also, be aware that you could make your own entirely custom views that > override areas of the admin if you like. Just hook them into the admin > urlconf. True, but that would be undesirable for me. You'll eventually get all kinds of update

Re: Admin three levels deep

2005-10-06 Thread Robert Wittams
> > > Hm, I don't know how you're implementing it (maybe I'll switch to the > new-admin trunk tomorrow, just to take a look), but I think you can > implement it fairly simply without the problems you describe above. Well, it is not implemented fully yet. The main changes for this will be in djan

Re: Admin three levels deep

2005-10-06 Thread Tim Stoop
On 10/7/05, Robert Wittams <[EMAIL PROTECTED]> wrote: > a) With a very confusing UI > b) POST-ing ridiculous amounts of data. > > Which may not be in your users best interests. My aim in enabling this > feature is not really to encourage arbitrary level admins, but to allow > them in the rare case

Re: Admin three levels deep

2005-10-06 Thread Robert Wittams
[EMAIL PROTECTED] wrote: > Hi there, > > I'm very new to Django and I'm learning it by adapting the stuff from > the tutorial to a new (test) application, a Forum. The tutorial nicely > explains that you don't want "Polls" and "Choices" in the main menu, > because "Choices" is a part of "Poll". W

Admin three levels deep

2005-10-06 Thread [EMAIL PROTECTED]
Hi there, I'm very new to Django and I'm learning it by adapting the stuff from the tutorial to a new (test) application, a Forum. The tutorial nicely explains that you don't want "Polls" and "Choices" in the main menu, because "Choices" is a part of "Poll". With my test-app I want to go even fur