#15308 closed (fixed)
Sphinx crossref targets for Field and it's methods are mislinked
Reported by: | Gabriel Hurley | Owned by: | Gabriel Hurley |
---|---|---|---|
Component: | Documentation | Version: | 1.2 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In the howto/custom-model-fields
doc, all of the methods on django.db.models.Field
are linked to django.db.models
, preventing any useful cross-references from being generated. Moreover, django.db.models.Field
is linked as django.db.models.django.db.models.Field
.
This doc needs a good bit of reST/Sphinx cleanup.
Change History (4)
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [15547]: