I continued work on charset/encoding related business in HttpResponse (#10190). I committed the changes to my branch, if you want to check them out. I am in the process of working on testing that the responses are actually encoded properly, but the tests I have so far confirm that at least the correct codec is being chosen. http://groups.google.com/group/django-developers/browse_thread/thread/f4c9aa59ff3d62b3 for details on tests I am looking to make.
I am making slow progress as well with 2131 (HttpResponseSendFile). I have been picking apart the pieces of existing patches and am still working to determine correct behavior. I've committed a piece of the patches there (which is not particularly related to HttpResponseSendFile) to my branch that is probably suitable for the trunk too (http://code.djangoproject.com/changeset/11039 ). Big props to mizatservercave and mrts for the work they have already done, which makes this task a lot less difficult than it would have been otherwise. Since I am mucking about quite a bit in HttpResponse, I am going to look at 6527 concurrently and see what needs to get done to push it through. See you next week! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---
