Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#9772 closed (fixed)

Sphinx warnings in form fields reference doc

Reported by: Ramiro Morales Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Currently, Sphinx generates this:

WARNING: /home/ramiro/src/django/trunk/docs/ref/forms/fields.txt:: (WARNING/2) undefined label: topics-file-uploads
WARNING: /home/ramiro/src/django/trunk/docs/ref/forms/fields.txt:: (WARNING/2) undefined label: topics-file-uploads

Adrian fixed one occurrence in [9489] but there are two references remaining. The patch fixes this by, at the same time, changing the link to a more relevant documentation section.

Attachments (1)

t9772-r9602.diff (801 bytes ) - added by Ramiro Morales 15 years ago.

Download all attachments as: .zip

Change History (4)

by Ramiro Morales, 15 years ago

Attachment: t9772-r9602.diff added

comment:1 by Ramiro Morales, 15 years ago

Version: 1.0SVN

comment:2 by Malcolm Tredinnick, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in r9621.

comment:3 by Malcolm Tredinnick, 15 years ago

(In [9623]) [1.0.X] Fixed #9772 -- Fixed a couple of broken links and pointed them to a more
appropriate section. Thanks, Ramiro Morales.

Backport of r9621 from trunk.

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