Hello,

I've ran into a potential issue with OrderingList. When we are creating a 
new child, we'd like to be able to simply specify child.parent (or 
child.parent_id), and have child.position be updated appropriately when 
committed. This saves querying for the parent object, and then appending 
the child to the list.

Here's a gist of what I'd like to be able to do: 
https://gist.github.com/zeckalpha/6324142

I'm on 0.8.2.

Thanks,

kms

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to