Opened 15 years ago
Closed 15 years ago
#11359 closed (fixed)
"Built-in signals" API reference doc fails to mention "Signals" documentation.
Reported by: | Tyson Clugg | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | signals documentation | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
There is a "See also" section at the top of the Signals API reference which includes a link to documentation of signals in the comments app, but no "see also" describing how to use signals.
Add a link to the "Using Django" > "Signals" document in the "See also" section, probably with text similar to what is seen in the comments signals reference:
See the introduction to signals for information about how to register for and receive these signals.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | 11359.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [11540]) Fixed #11359 -- Added a link to the signals topic guide in the signals reference. Thanks to tyson for the suggestion.