On Mar 30, 2009, at 4:32 AM, Suha Onay wrote:

> İnstalled nose and tested: no error
> It is OK now.
>
> To make it easy for the developers not to care about the history  
> tables and versioning, is it possible not to define _history models  
> manually and make history_meta to generate them automatically?


thats what the recipe posted does.   your class extends a declarative  
base with the versioning metaclass installed, and the _history models  
are created automatically without you ever having to see them.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to