Opened 17 years ago

Closed 17 years ago

#3696 closed (fixed)

Doctest enhancements in defaulttags.py

Reported by: Simon G. <dev@…> 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)

defaulttags.diff (3.1 KB ) - added by Simon G. <dev@…> 17 years ago.

Download all attachments as: .zip

Change History (2)

by Simon G. <dev@…>, 17 years ago

Attachment: defaulttags.diff added

comment:1 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

(In [4700]) Fixed #3696 -- Fixed inline documentation to avoid some HTML validity issues.
Patch from Simon Greenhill.

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