Opened 16 years ago
Closed 16 years ago
#11426 closed (invalid)
Minor syntactic inconsistency in templates builtins documentation
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | dev | 
| Severity: | Keywords: | templates builtins | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no | 
| Needs tests: | no | Patch needs improvement: | no | 
| Easy pickings: | no | UI/UX: | no | 
Description
At the end of the page http://docs.djangoproject.com/en/dev/ref/templates/builtins/, for consistency with the preceding django.contrib.humanize and the following django.contrib.webdesign, the description of django.contrib.markup should probably conclude with the sentence "See django.contrib.markup.", not "See markup."
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
| milestone: | 1.1 | 
|---|
comment:3 by , 16 years ago
| Resolution: | → invalid | 
|---|---|
| Status: | new → closed | 
Closing as invalid since, as Russ points out, the issue is that markup needs more docs.
  Note:
 See   TracTickets
 for help on using tickets.
    
This is caused by the fact that humanize has a full module documentation page, whereas markup only has a short reference in a long list of other contrib modules. What is required here is more complete documentation for the markup package.