Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8693 closed (fixed)

docs: missing blank line causes uneven rendering

Reported by: Ramiro Morales Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The null model field option is rendered in bold fonts here http://docs.djangoproject.com/en/dev/topics/db/models/#field-options, fiving it a different appearance from the rest of the options.

Attachments (1)

t8693.diff (350 bytes ) - added by Ramiro Morales 16 years ago.

Download all attachments as: .zip

Change History (4)

by Ramiro Morales, 16 years ago

Attachment: t8693.diff added

comment:1 by Malcolm Tredinnick, 16 years ago

milestone: 1.0
Triage Stage: UnreviewedAccepted

comment:2 by James Bennett, 16 years ago

Resolution: fixed
Status: newclosed

(In [8737]) Fixed #8693: Fixed formatting of the "null" argument for model fields

comment:3 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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