#32536 closed Cleanup/optimization (fixed)
Add references to get() methods in CBV docs.
Reported by: | Thomas Güttler | Owned by: | Hasan Ramezani |
---|---|---|---|
Component: | Documentation | Version: | 3.1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
thank you very much for the flow chart on this page: https://docs.djangoproject.com/en/dev/ref/class-based-views/generic-display/
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.
Change History (8)
comment:1 by , 4 years ago
Easy pickings: | set |
---|---|
Summary: | CBV FllowChart missing a hyperlink for "get()" → Add references to get() methods in CBV docs. |
Triage Stage: | Unreviewed → Accepted |
Type: | Bug → Cleanup/optimization |
comment:2 by , 4 years ago
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...)
comment:3 by , 4 years ago
We should also add a reference to the DetailView.get()
in Class-based generic views - flattened index docs.
comment:5 by , 4 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
We missed this in #32408.
Yes we can add a link here as well.