#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 )
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 themodeltests
model example and the field options reference. - Fixes some section heading levels.
- Replace OneToOneField section content with a general description copied
from pre-docs-rf
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.
- 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
ref/models/fields.txt
(OneToOneField):- Fixes formatting in the field reference so the
parent_link
option description is rendered.
- Fixes formatting in the field reference so the
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | t8730-r8761.diff added |
---|
comment:1 by , 16 years ago
Description: | modified (diff) |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8787]) Fixed #8730: Incorporated (with minor changes) additions/enhancements to one-to-one docs