#5241: i18n not working when the parameter to HttpResponse is an iterator.
---------------------------------------------+------------------------------
Reporter: bittor | Owner: nobody
Status: reopened | Milestone:
Component: HTTP handling | Version:
Resolution: | Keywords:
internationalization, progresive rendering
Stage: Design decision needed | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
---------------------------------------------+------------------------------
Changes (by mtredinnick):
* component: Internationalization => HTTP handling
* stage: Ready for checkin => Design decision needed
Comment:
This isn't "ready for checkin" for so many reasons. Firstly, the patch
isn't very good (there shouldn't be any reason to use
`new.instancemethod`; it can be done similarly to other places where
methods are created in Django). Secondly, this is only one tiny piece of
allowing iterators to work with !HttpResponses and piecemeal work on that
isn't particularly useful at this point. They are simply unsupported right
now, as I noted above.
"The patch works" is only one part of any solution. It has to solve a
problem properly, not just make the symptom go away.
--
Ticket URL: <http://code.djangoproject.com/ticket/5241#comment:4>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---