Opened 18 years ago
Closed 18 years ago
#3696 closed (fixed)
Doctest enhancements in defaulttags.py
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | dev@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Some of the doctests in default tags were causing html validation issues (mainly <blockquote>'s without a nested tag like <p> inside them - note that url's docstring needs that linebreak so ReSt doesn't generate wonky html), whilst others were not documented in the "right" place for the admin documentation pages to process.
I've also added doctest info about {% debug %}.
Attachments (1)
Change History (2)
by , 18 years ago
Attachment: | defaulttags.diff added |
---|
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4700]) Fixed #3696 -- Fixed inline documentation to avoid some HTML validity issues.
Patch from Simon Greenhill.