Hi,
In my models, I use "parent = models.ForeignKey('self', blank = True,
null = True) " create a Folder tree
like :
A
-a1
-a2
--a21
--a211
--a22
B
-b1and I use the "parent" as list_filter ,but I get a problem , when I click 'a1' ,it only show the information in a1, but I want it also show its childrens' information . For example , when I click a21,It can show the informations in a21 and a211.Do anyone have any idea? Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

