#29192 closed Bug (fixed)
Docs on abstract base models say you can't override abstract fields
Reported by: | Marten Kenbeek | Owned by: | klee05 |
---|---|---|---|
Component: | Documentation | Version: | 2.0 |
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
In the docs on abstract base models it says:
It is an error to have fields in the abstract base class with the same name as those in the child (and Django will raise an exception).
This is incorrect since #24305 was fixed.
Change History (5)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Has patch: | set |
---|---|
Triage Stage: | Unreviewed → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
PR