﻿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
2261	[patch] Make model instances implement __hash__	phil.h.smith@…	Adrian Holovaty	"Model instances support __eq__, which compares types and primary keys.  They don't define a __hash__, however.  This leads to some fun when making sets of model instances (or using them as map keys.)

One solution is to define __hash__ in django.db.models.base.Model.  Please find a patch attached.
"	enhancement	closed	Core (Other)		normal	wontfix		mir@…	Unreviewed	1	0	0	0	0	0
