﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26746	Accept-Language header parsing incorrectly transforms q=0 into q=1	Vytis Banaitis	Vytis Banaitis	"Given an Accept-Language header `en;q=0`, `parse_accept_lang_header` returns `[('en', 1.0)]`, which makes `en` the most preferable language in this case.
According to [https://tools.ietf.org/html/rfc7231#section-5.3.1 RFC 7231], this should not happen.

Also interesting that we have [https://github.com/django/django/blob/bb7bb379e8cd91a91336946829519d64e919a1d2/tests/i18n/tests.py#L1318 a test for this behavior]."	Bug	closed	Internationalization	dev	Normal	fixed			Accepted	1	0	0	0	0	0
