I'd like to ask for a high-level API review of some proposed streaming API
additions (I have already given the patch a couple of detailed reviews, but 
other eyes would be welcome on the details as well).

Summary:

* django.views.generic.base.StreamingTemplateView to stream a template
  rather than render it.

* A Template.stream() method, a django.template.loader.stream() function,
  and django.shortcuts.stream_to_response() and
  django.shortcuts.stream() shortcuts.

* django.template.response.StreamingTemplateResponse and
  django.template.response.SimpleStreamingTemplateResponse classes to
  handle streaming of templates.

Pull request:
https://github.com/django/django/pull/4783

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 django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/772cae79-1941-4a6a-94a8-b82d5e767aa1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • reques... Tim Graham
    • R... Aymeric Augustin
      • ... Yann Fouillat
        • ... Aymeric Augustin
          • ... 'Tom Evans' via Django developers (Contributions to Django itself)
          • ... Matthew Somerville
          • ... Yann Fouillat
    • R... Tom Christie
      • ... Yann Fouillat

Reply via email to