Opened 17 years ago

Closed 17 years ago

#4145 closed (wontfix)

Add information on support for creating subclasses in the model

Reported by: anonymous Owned by: Jacob
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I'm new to Django, and it seems like support for defining subclasses in the model (e.g. defining a "Person" model class, and then "Employee" that extends Person) is in flux--perhaps it was supported to some extent in past revisions, but is being changed? At any rate, for people coming to Django from other frameworks it'd be helpful if in your FAQ you could address the issue.

Change History (1)

comment:1 by Jacob, 17 years ago

Resolution: wontfix
Status: newclosed

I think it's not worth writing about until we have something better than "it doesn't work right" to say.

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