Opened 16 years ago
Last modified 13 years ago
#8730 closed
Revive and enhance OneToOneField documentation — at Initial Version
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
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 occurrence of "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.
- Replace the last occurrence of "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
Note:
See TracTickets
for help on using tickets.