If I seem lunatic, that is just because I just discovered Django. On 31 tammi, 06:24, Nate Straz <[EMAIL PROTECTED]> wrote:
> With this method we could support the old style of Admin class in > models and whatever new way we want for extending the ModelAdmin class > using admin.py in each app. I like the idea that you have simple or none admin in model and more complicated or limited admin views in separate files. As far as I can see, I think most common situation is that you have multiple admins for same model in same app, like admin_full.py, admin_limited.py and similar, so to be able to choose admin view by different type of testing could be needed. But cross site/application selecting of admin should be possible too. Like for example you probably want to show for certain user group only "admin_limited" and for all master users the "admin_full", in this case the testing method is permission, but you could use any type of testing. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
