see sqlalchemy.orm.collections.py. 
The collections are reworked in 0.4.x, so check if your usage is still 
valid or has to be changed too.

On Wednesday 05 March 2008 18:06:23 Acm wrote:
> With SA version 0.3.11 I used to import InstrumentedList as
> follows: from sqlalchemy.orm.attributes import InstrumentedList
>
> Now I upgraded to SA 0.4.3 and cannot import InstrumentedList from
> the same file.
>
> I looked into the SQLAlchemy file attribute.py and noticed that
> this file uses the import as in version 0.3.11
>
> Should I use class InstrumentedAttribute instead of
> InstrumentedList? Or else, how can I import InstrumentedList to my
> files?

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to