Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8730 closed (fixed)

Revive and enhance OneToOneField documentation

Reported by: Ramiro Morales Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords: one-to-one onetoonefield parent_link
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Ramiro Morales)

A follow-up to [8757]:

  • topics/db/models.txt:
    • Replace OneToOneField section content with a general description copied from pre-docs-rf model-api.txt, with links to the modeltests model example and the field options reference.
    • Fixes some section heading levels.
  • topics/db/queries.txt:
    • Replace the last remaining occurrence of the "The semantics of one-to-one relationships will be changing soon, so we don't recommend you use them." warnings with content moved from topics/db/models.txt, it seems a better place for it because it is an example using the Blog-Author-Entry theme used in this document.
  • ref/models/fields.txt (OneToOneField):
    • Fixes formatting in the field reference so the parent_link option description is rendered.

Attachments (1)

t8730-r8761.diff (6.2 KB ) - added by Ramiro Morales 16 years ago.

Download all attachments as: .zip

Change History (4)

by Ramiro Morales, 16 years ago

Attachment: t8730-r8761.diff added

comment:1 by Ramiro Morales, 16 years ago

Description: modified (diff)

comment:2 by James Bennett, 16 years ago

Resolution: fixed
Status: newclosed

(In [8787]) Fixed #8730: Incorporated (with minor changes) additions/enhancements to one-to-one docs

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