#1092: ModelDesigner doesn't allow inheritance from inherited
InheritableSQLObjects.
---------------------+------------------------------------------------------
Reporter: mbevan | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: Toolbox | Version: 0.9a5
Severity: normal | Keywords: modeldesigner inheritance
inheritablesqlobject
---------------------+------------------------------------------------------
It is impossible to generate the following code from ModelDesigner:
{{{
class Foo(InheritableSQLObject):
pass # stuff and things
class Bar(Foo):
pass # more stuff and things - works fine
class Baz(Bar):
pass # nope, can't select Bar despite it being perfectly valid.
}}}
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/1092>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---