On Sep 8, 5:36 am, Erik Allik <[EMAIL PROTECTED]> wrote:
> I'm glad this came up, because I would also like to recommend  
> considering an admin interface for models that use django-mptt. I know  
> django-mptt is an external project but I think many people are using  
> django-mptt as it's currently the most popular tree solution available  
> for Django.
>
> What do people think?

I think that should be part of django-mptt, not part of Django itself.
If the admin needs a new customisation hook to make this easier then
that hook should definitely be added.

I've created a custom changelist for django-mptt in the past just by
over-riding the ModelAdmin queryset() method to return
self.model.tree.all() and applying a custom template. Is there
something more than that that you need to do?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to