#4155: Subclassing Models ORM issues ---------------------------------------------+------------------------------ Reporter: David Cramer <[EMAIL PROTECTED]> | Owner: adrian Status: new | Component: Database wrapper Version: 0.96 | Keywords: Stage: Unreviewed | Has_patch: 0 ---------------------------------------------+------------------------------ The ORM is following subclassed models to their base classes. http://dpaste.com/hold/9045/ In theory, this would create the new table (based on all of the old models structure) with syncdb, which it does. You would then be able to access this new model just like the old one, but the data would be in the new table. However, it is not doing so, it is accessing data from the "Spell" table in this example, when calling any of the ORM functions for TmpSpell
-- Ticket URL: <http://code.djangoproject.com/ticket/4155> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
