Nick- >QH, Do you see an empty table called category_item in your DB?
When I do it based on the working model, I do not. I see the "category_join" table that I defined. As expected. When I do it with the "broken" model, I do see a table called category_item, so it seems that the table for the relationship is there. Something else is breaking... Here is the exact error that tg-admin throws when I run an "sql create" using the broken model: [EMAIL PROTECTED]:~/gs$ tg-admin sql create Using database URI sqlite:/home/deque/gs/gs.db Exception exceptions.AttributeError: "'NoneType' object has no attribute 'releaseConnection'" in <bound method Transaction.__del__ of <sqlobject.dbconnection.Transaction object at 0xb750028c>> ignored I hope that helps. I should have included that from the get-go. I hate it when I'm that guy who fails to include any useful information in bug reports... :D -QH- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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 -~----------~----~----~----~------~----~------~--~---

