On the above page, near the bottom, there's a bullet point which reads:
{{{
* The DetailView generic view expects the primary key value captured from
the URL to be called "pk", so we’ve changed poll_id to pk for the generic
views.
}}}
I may be missing the reference to this change, but have yet to discover
it.
--
Ticket URL: <https://code.djangoproject.com/ticket/21062>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* severity: Release blocker => Normal
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
* resolution: => invalid
Comment:
Figured out where the poll_id is defined, and realized that it HAD
changed. So deleting the ticket.
--
Ticket URL: <https://code.djangoproject.com/ticket/21062#comment:1>
Comment (by cyberyt):
I also came here regarding that, I think the bullet point should be moved
up, or make an explicit reference to that it's talking about urls.py and
not views.py?
--
Ticket URL: <https://code.djangoproject.com/ticket/21062#comment:2>