Hi, I've written modular class-based views, based on generic views distributed with Django, and uploaded the initial version today:
http://lightbird.net/mcbv/ The main difference vs. generic CBVs is that you can easily combine different views together, e.g. detail, create, list - in a single view without any extra work. I've also added FormSetView which works similarly to UpdateView and FormView. I'd be glad to hear some feedback on my implementation.. 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]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

