Modify ↓
Ticket #580 (accepted enhancement)
Converting from abstract class inheritance to multi-table inheritance
| Reported by: | karimn2.0@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | The Future |
| Component: | commands | Version: | unknown |
| Keywords: | Cc: |
Description
It would be great if it were possible to convert an abstract base class to a concrete class with its own table (Removing abstract = True from a base class).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

That's... difficult, mostly because of the fact data needs to be split into two different tables. It's possible, but I'm scheduling it for the indeterminate future.