Opened 17 years ago

Closed 17 years ago

#3675 closed (duplicate)

Request: subclassing in model , abstract classes

Reported by: atomekk Owned by: Adrian Holovaty
Component: Core (Other) Version: dev
Severity: Keywords:
Cc: atomekk@… Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I have request to add feature to Django that will allow subclassing of db model. For egzample i have UML class diagram from which i must build DB model and some of the classes are 'abstract' ones (inherits from another) so to sum up this feature is needed at least for me (or maybe for others users too).

Change History (2)

comment:1 by anonymous, 17 years ago

I'm pretty sure this is a duplicate, but can't find another ticket that refers specifically to model inheritance/subclassing.

There is some information on the ModelInheritance wiki page, though I don't know what the current development state of this is. The version one features list indicates that this functionality is intended to be present in Django version 1.

comment:2 by James Bennett, 17 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #1656; it is being worked on.

Note: See TracTickets for help on using tickets.
Back to Top