Just wanted to add my $0.02; I’ve created a class-based views system for Django, which you can find at http://github.com/zacharyvoase/django-clsview (skip down to 'Examples' to see it in action).
It solves the thread-safety problem, decoration is easy, pointing to views from the URLconf is trivial, and the doctests are pretty extensive. The downside (from what I’ve found so far) is that explaining how it works, or doing advanced hacking on it, requires a pretty thorough understanding of the Python object model. Let me know what you think. FWIW, the source code is in the public domain. -- Z -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.