Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#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 Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Gabriel Hurley, 14 years ago

Resolution: fixed
Status: newclosed

In [15547]:

Fixed #15308 -- Sphinx/reST fixes for the Custom Model Fields docs.

comment:3 by Gabriel Hurley, 14 years ago

In [15548]:

[1.2.X] Fixed #15308 -- Sphinx/reST fixes for the Custom Model Fields docs.

Backport of [15447] from trunk.

comment:4 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top