Hi Wayne, On 10/20/2014 04:59 AM, Wayne Ye wrote: > Hi Carl, > Thanks for the encouragement! > I've created a new ticket in > Trac: https://code.djangoproject.com/ticket/23689#ticket, could you > please kindly take a look, feel free to revise it if I missed anything, > and change the triage status, thanks a lot! > > I will try to submit a patch/pull request within few days.
Sorry for the confusion, I didn't communicate clearly. Although I initially thought (based on inadequate code inspection) that your report was accurate, Ramiro already corrected me in this thread (and also Claude on the ticket you opened). Django does handle the HTTP Accept-Language header case-insensitively (ever since [1]). If that's not working for you, then something else is going on with your project. Perhaps you are using an older Django version which pre-dates that commit? The only remaining action item from this thread was to update the documentation at [2] to clarify that Accept-Language is case-insensitive. This is the piece I thought you were offering to write a pull request for. I've now made this update myself (in [3]), so I don't think there's anything left to be done here. Thanks for your interest in contributing to Django! Carl [1] https://code.djangoproject.com/changeset/2bab9d6d9ea095c4bcaeede2df576708afd46291/ [2] https://docs.djangoproject.com/en/dev/topics/i18n/#definitions [3] https://github.com/django/django/commit/2118aa8aeafe0a215eae7188c40484d791921c67 -- 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 post to this group, send email to [email protected]. 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/54454E81.1050505%40oddbird.net. For more options, visit https://groups.google.com/d/optout.
