Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#14897 closed (fixed)

Formset examples lack syntax highlighting

Reported by: Marcus Fredriksson Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords: formset, code example, syntax highlighting
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Two of the examples in the formset documentation doesn't get highlighted due to the lack of if-statement bodies.

The patch adds two pass-statements to trigger the highlighting.

Attachments (1)

formset-examples.diff (1.0 KB ) - added by Marcus Fredriksson 13 years ago.

Download all attachments as: .zip

Change History (4)

by Marcus Fredriksson, 13 years ago

Attachment: formset-examples.diff added

comment:1 by Alex Gaynor, 13 years ago

Resolution: fixed
Status: newclosed

(In [14912]) Fixed #14897 -- fixed some synax highlighting in the formset documentation. Thanks to marcusf for the patch.

comment:2 by Alex Gaynor, 13 years ago

(In [14913]) [1.2.X] Fixed #14897 -- fixed some synax highlighting in the formset documentation. Thanks to marcusf for the patch. Backport of [14912].

comment:3 by Jacob, 13 years ago

milestone: 1.3

Milestone 1.3 deleted

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