Why is there no built-in tree view in the Python Django framework? Isn't there an easy way to visualize a model when a class has an 1:n relation to itself?
I know about some fancy google code projects to achieve that but I think there must be some common sense among the Django community to handle this common case. Any ideas?