I am trying to create an abstract base class for a hierarchy. One of the fields in the base class is child_nodes, refering to 'self'. In the sub-class I cannot seem to find a way to control the labeling of the field in the admin. No matter what I do it comes up as 'Child nodes'. I want to change it to something that is related to whatever the name of the sub-class is, be it 'Group' or 'Category' or whatever. Ideally in the case of 'Group' the label would be 'Sub-Group' and so on.
Can anybody help? --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---