#25727 closed Cleanup/optimization (fixed)
cached_property's topic documentation does not link to reference
Reported by: | Baptiste Mispelon | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.8 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The paragraph at https://docs.djangoproject.com/en/dev/topics/performance/#cached-property does not link to the reference documentation at https://docs.djangoproject.com/en/1.8/ref/utils/#django.utils.functional.cached_property.
In particular, it does not mention the import path.
This is especially a problem because the performance page appears before the reference page in a search for cached_property
.
I think having the text @cached_property
in the sentence Using the @cached_property decorator saves the value returned [...]
be a link should be enough.
In e0de82c: