One of the main advantages of Django over other web frameworks is twofold: 1. Almost anything can be overridden with a custom backend (auth, e- mail, context processors, middleware, etc.) 2. Custom backends can be plugged in side-by-side with "stock" backends
What functionality do you feel is holding Django back in particular? NoSQL support? Cloud architecture? In my opinion, the best course of action is to write a backend for a desired piece of functionality and then release it as open source. Just because something doesn't make it into trunk doesn't mean that it can't be a popular modular extension to Django in real-world deployments. As for Python 3.x support, I think the #python welcome message sums it up: "It's too early to use Python 3.x" :-) -- 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.