Hi All, We are working on a service provisioning workflow interface using Django 0.91.
We wrote some views that are being used to create/modify/delete manager/subordinates relationships with or without inheritance (Manager can also manage a subordinate's subordinates). We can also visualize the hierarchy tree for a given user. Now we want to use the same model to create a contact tree for a given user: we determine who this user can view, e.g. personal phone numbers. The tables have different name but have the same function. Obviously we'd like to use the same views as for the hierarchy tree. My question is the following: Should we upgrade to the latest version of Django before making these views generic or can we make these views generic in 0.91 then easily port the code to the latest version of Django? Any input would be appreciated. Thanks. Sam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---