Vic wrote: > > Can anyone explain what exactly this error refers to? >
that error should be impossible to create with 0.5.4 and above at least (probably with previous versions as well). it is a class-level variable that is referenced within a single module only and can only raise an AttributeError if someone monkeypatches it off of the InstanceState.class. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
