Can i get it directly through easy_install? because it failed after i tried that!
On Aug 18, 8:37 pm, "Gaetan de Menten" <[EMAIL PROTECTED]> wrote: > Due to my discovery that the 0.6.0 release was a bit missed up and > because of an unexpected SQLAlchemy name change in its 0.5 cycle, here > is version 0.6.1 a bit earlier than I expected. > > This is a minor release but still contains some interesting new features. > > Changelog > ======== > New features: > - Allow ManyToOne relationships to use manually defined fields as their > "supporting column". This means that the columns can be customized without > resorting to using the ugly "column_kwargs" (patch from Jason R. Coombs, > closes #39). > - Extra args and kwargs to Synonym and ColumnProperty are forwarded to their > underlying constructs. This allows for example deferred ColumnProperties. > - Added a more helpful assertion message when inverse relationship types don't > match. > > Changes: > - Removed support for the deprecated "with_fields" syntax > - Entity.__init__ calls Entity.set instead of duplicating its functionality > > Bug fixes: > - Fixed the "Target resolves to several entities" exception message to > actually > include the target name. > - Renamed the on_reconstitute method decorator to reconstructor, to track the > corresponding change in SA's trunk. > > -- > Gaëtan de Mentenhttp://openhex.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
