﻿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
17427	DatabaseWrapper no longer hashable-> failure in test_connections_thread_local	Vinay Sajip	nobody	"The resolution of #17258 leads to a failure under Python 3.x because the SQLite `DatabaseWrapper` is no longer hashable. I noticed that the `BaseDatabaseWrapper` defines `__eq__` but not `__hash__` - does this not prevent its instances from being keys in dictionaries / members of sets?

If you add `__hash__` = `object.__hash__` in `BaseDatabaseWrapper`, then the problem should go away.
"	Bug	closed	Database layer (models, ORM)	dev	Normal	fixed		anssi.kaariainen@…	Accepted	0	0	0	0	0	0
