#23282 closed Cleanup/optimization (fixed)
Change confusing text about "Inheritance and reverse relations"
Reported by: | knowledgepoint-devs | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
https://docs.djangoproject.com/en/1.6/topics/db/models/#inheritance-and-reverse-relations says "If you are putting those types of relations on a subclass of another model".
I think it should read "If you are putting those types of relations on another subclass of the parent model"?
Attachments (1)
Change History (7)
comment:1 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Type: | Uncategorized → Cleanup/optimization |
Version: | 1.4 → master |
by , 10 years ago
Attachment: | 23282.diff added |
---|
comment:2 by , 10 years ago
Has patch: | set |
---|
comment:3 by , 10 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Even after reading it a few times, I still understand what the documentation is trying to tell me.
It also seems to me that the example chosen is wrong since the following models (taken straight from the documentation) validate fine on Django 1.6: