#801: 0.9a5 - sqlalchemy quickstart model.py template incorrect
--------------------------------+-------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: Installation | Version: 0.9a5
Severity: normal | Resolution:
Keywords: |
--------------------------------+-------------------------------------------
Comment (by [EMAIL PROTECTED]):
Ok. here's a patch that fixes identity ( for the most part )
to note:
* i renamed 'visit.*.model' to 'identity.*.model.visit2identity' as
this is the visit - to - id table, and is more a part of identity than
visit, and also configured as a part of identity
* i disabled table creation on identity for SAp, as it would raise an
error and hang the application even when i caught the exception
* i migrated _load_class to utils.load_class in SAp
* i did the savisit monkeypatch as i suggested above
* SA and SO have default classes in there that should probably go, as
everything is in model.py now
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/801>
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
-~----------~----~----~----~------~----~------~--~---