﻿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
34934	Made EmailValidator.__eq__() ignore domain_allowlist ordering.	ksg	ksg	"Just like in the case mentioned here: https://code.djangoproject.com/ticket/34920.
EmailValidator's eq() method also doesn't correctly handle the comparison of domain_allowlist when the order of elements in the arrays is different.

{{{
        self.assertEqual(
            EmailValidator(allowlist=[""127.0.0.1"", ""localhost""]),
            EmailValidator(allowlist=[""localhost"", ""127.0.0.1""]),
        )
}}}"	Cleanup/optimization	closed	Core (Other)	dev	Normal	fixed			Accepted	1	0	0	0	0	0
