But why is point #10 "get()" not a hyperlink? Is there no documentation
for this method?
BTW: the flow chart is twice on the page, and the lower has no hyperlink
for get(), too.
--
Ticket URL: <https://code.djangoproject.com/ticket/32536>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* type: Bug => Cleanup/optimization
* easy: 0 => 1
* stage: Unreviewed => Accepted
Comment:
> But why is point #10 "get()" not a hyperlink? Is there no documentation
for this method?
We missed this in #32408.
> BTW: the flow chart is twice on the page, and the lower has no hyperlink
for get(), too.
Yes we can add a link here as well.
--
Ticket URL: <https://code.djangoproject.com/ticket/32536#comment:1>
Comment (by Carlton Gibson):
Also though the `get()` methods for the list and detail views on this page
are defined on the very classes we're looking at. They're documented
immediately below, so we'd be linking to the same place (possibly small
viewport shift due to the anchor...)
--
Ticket URL: <https://code.djangoproject.com/ticket/32536#comment:2>
Comment (by Mariusz Felisiak):
We should also add a reference to the `DetailView.get()` in
[https://docs.djangoproject.com/en/dev/ref/class-based-views/flattened-
index/#DetailView "Class-based generic views - flattened index"] docs.
--
Ticket URL: <https://code.djangoproject.com/ticket/32536#comment:3>
* owner: nobody => Hasan Ramezani
* status: new => assigned
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/14129 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/32536#comment:4>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/32536#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"bc04941bf811d1ea2c79fb7fc20457ed2c7e3410" bc04941b]:
{{{
#!CommitTicketReference repository=""
revision="bc04941bf811d1ea2c79fb7fc20457ed2c7e3410"
Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() methods
in CBV docs.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32536#comment:6>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"7e43a1008496ba00b584594f99f2ce35347e4d5e" 7e43a100]:
{{{
#!CommitTicketReference repository=""
revision="7e43a1008496ba00b584594f99f2ce35347e4d5e"
[3.2.x] Fixed #32536 -- Added links to BaseDetailView/BaseListView.get()
methods in CBV docs.
Backport of bc04941bf811d1ea2c79fb7fc20457ed2c7e3410 from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32536#comment:7>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"0415ac5af97e51aeb77b6b4203e57456535a2c16" 0415ac5]:
{{{
#!CommitTicketReference repository=""
revision="0415ac5af97e51aeb77b6b4203e57456535a2c16"
[3.1.x] Fixed #32536 -- Added links to BaseDetailView/BaseListView.get()
methods in CBV docs.
Backport of bc04941bf811d1ea2c79fb7fc20457ed2c7e3410 from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32536#comment:8>