Django

Code

Ticket #3675 (closed: duplicate)

Opened 1 year ago

Last modified 1 year ago

Request: subclassing in model , abstract classes

Reported by: atomekk Assigned to: adrian
Milestone: Component: Core framework
Version: SVN Keywords:
Cc: atomekk@gmail.com Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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).

Attachments

Change History

03/07/07 12:29:01 changed by anonymous

  • needs_better_patch changed.
  • needs_tests changed.
  • needs_docs changed.

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.

03/07/07 12:41:32 changed by ubernostrum

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicate of #1656; it is being worked on.


Add/Change #3675 (Request: subclassing in model , abstract classes)




Change Properties
Action