#30675: Ignore ACCEPT_LANGUAGE header only on i18n prefixed url patterns
------------------------------------------------+------------------------
Reporter: janezkranjc | Owner: nobody
Type: New feature | Status: new
Component: Internationalization | Version: 2.2
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+------------------------
In the current version of django the localization middleware ignores the
accept language header if any i18n prefixed url pattern exist. It should
only ignore it if the active url pattern is prefixed.
This would allow the following usage:
* Have i18n prefixed urls for a website
* Allow accept language header for api views which are not prefixed
I am willing to write a patch for this if there it would be merged to
django eventually.
--
Ticket URL: <https://code.djangoproject.com/ticket/30675>
Django <https://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 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-updates/054.6e90515e2ae9480c77efccab831657eb%40djangoproject.com.