Hi All, there is a PR <https://github.com/django/django/pull/11157> where template streaming is introduced, and recently a discussion emerged on wether a *StreamingTemplateView* class belongs in Django. I know for sure I'd be glad to replace *TemlateView *based views in one of project I'm working on with the proposed *StreamingTemplateView *and be done with it. The alternative point of view is that it would take a user an extra step of making a decision ("decision point") of (i guess) choosing between *TemplateView* and *StreamingTemplateView*, so the suggestion is to remove *StreamingTemplateView*. So I would like to ask people to chime in. Thanks!
-- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/ae81d0c9-b594-4d9d-88bf-41a3cebfca80%40googlegroups.com.
