﻿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
31796	DetailView Instance running twice for single rendering	Abdul Rehan Pasha Mohammed	nobody	"I have a view class which extends the DetailView class. when I hit the url for the view class method are running twice getting 2 outputs.
views.py


{{{
class PortfolioDetailedView(DetailView):
    model = Portfolio
}}}

output for a single url hit
{{{
[17/Jul/2020 21:05:30] ""GET /portfolio/detail/test2/ HTTP/1.1"" 200 14893
[17/Jul/2020 21:05:31] ""GET /portfolio/detail/test2/ HTTP/1.1"" 200 14893
}}}
"	Bug	closed	Generic views	3.0	Normal	invalid	DetailView, Running Twice	Abdul Rehan Pasha Mohammed	Unreviewed	0	0	0	0	0	0
