{{{
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
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31796>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: Abdul Rehan Pasha Mohammed (added)
* has_patch: 1 => 0
* needs_tests: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/31796#comment:1>
* status: new => closed
* resolution: => invalid
* needs_tests: 1 => 0
* easy: 1 => 0
Comment:
You have two requests in console, so it looks like a double-click.
Please don't use Trac as a support channel. Closing per
TicketClosingReasons/UseSupportChannels.
--
Ticket URL: <https://code.djangoproject.com/ticket/31796#comment:2>