Opened 10 years ago
Closed 10 years ago
#23281 closed Cleanup/optimization (fixed)
Add explicit link into OneToOneField.parent_link
Reported by: | knowledgepoint-devs | Owned by: | Orlando Romero |
---|---|---|---|
Component: | Documentation | Version: | 1.6 |
Severity: | Normal | Keywords: | afraid-to-commit |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Documentation for OneToOneField.parent_link in Django 1.6 (https://docs.djangoproject.com/en/1.6/ref/models/fields/#django.db.models.OneToOneField.parent_link) says this field is relevant for a "model which inherits from another (concrete) model". This is rather ambiguous to users not familiar with multi-table inheritance, so I suggest adding a link from there to https://docs.djangoproject.com/en/1.6/topics/db/models/#multi-table-inheritance.
Change History (4)
comment:1 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Cleanup/optimization |
comment:2 by , 10 years ago
Keywords: | afraid-to-commit added |
---|
I've marked this ticket as especially suitable for people following the Don't be afraid to commit tutorial at the DjangoCon US 2014 sprints.
If you're tackling this ticket, please don't hesitate to ask me for guidance if you'd like any, either at the sprints themselves, or here or on the Django IRC channels, where I can be found as EvilDMP.
comment:3 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Hi,
Yes, I agree that this could be off-putting.
However, I don't know if just adding a link would be sufficient, since the term "concrete" doesn't appear on the linked page either.
How about mentionning in passing that non-abstract models are also sometimes called concrete?
Thanks.