﻿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
26006	SingleObjectMixin.get_context_object_name refers to obj and self.object inconsistently	Chris Cogdon	Chris Cogdon	"The method SingleObjectMixin.get_context_object_name refers to the 'obj' parameter several times, but in one instance refers to self.object in a seemingly inconsistent manner. 

This is probably not causing a problem, yet, since the descendant class, typically BaseDetailView, is setting self.object, and SingleObjectMixin.get_context_data simply calls self.get_context_object_name(self.object), so the two are _usually_ the same object.

Trivial bug, and trivial fix. I'll create a pull request. Test suite passes both before and after the change."	Cleanup/optimization	closed	Generic views	dev	Normal	fixed			Accepted	1	0	0	0	0	0
