On Thu, 2008-07-10 at 04:32 -0700, Alon Levy wrote: [...] > So does anyone know of a simple way to get two different manager views > in admin?
The question doesn't really make sense, since the manager is primarily to determine the default query set to display. Pretty much by definition, there can only be one such default. If you have functionality in each class that you want to use, the solution is to create a subclass of both managers. If you want two different admin views, one for each manager, the solution is newforms-admin where the "admin" concept isn't tied to as a single thing per model. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---