percious wrote: > So, unless someone has a better way to fix this problem, I propose the > solution is to re-write all of the identity classes without > activemapper, hence aleviating my problem.
It is extremely straightforward to define your own plain SQLAlchemy model objects for the identity classes in your model.py. This should solve your problem rather quickly. -- Jonathan LaCour http://cleverdevil.org --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

