#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)
Change History (4)
by , 16 years ago
Attachment: | t9772-r9602.diff added |
---|
comment:1 by , 16 years ago
Version: | 1.0 → SVN |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Fixed in r9621.