Hi All,

I have a detail entry linked to a category table with a manytomany
relationship

category model fields are (id, name, parent_id), and I've built the
category hierarchy.

The detail entry should only be linked to a lowest level category.

So when it comes to adding / editing the detail entry, can someone
please tell me how I can customize the standard MultipleChoiceField

lets say I want the category selector to be represented by a custom
widget similar to a calendar date selector,  so it pops up, allows you
to drill down the hierarchy of categories and only select a lowest
level category. perhaps it retains the selection as you navigate and
select other lowest level categories ( which is probably not wise) or
once one category is selected, it sets another display field (in a
breadcrumb style) showing the selected category/ies

But then I dont know how to relate that back to the manytomany field .


I dont really want to use the standard MultipleChoiceField, even if I
do manage to indent to show category hierarchy, it still is confusing
as to what level are allowed for selection, which in my case lowest
only.

any guidance would be greatly appreciated.  thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to