You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlalchemy
I'm using the declarative extension. When I specify a backref on a
relation, I see the order_by argument and I'm pointing it to the
column object. That works, but I need to sort the backref
descendingly, not ascendingly. I don't see an option for that in the
Relation()/backref() arguments. What am I missing?
Thanks ahead of time.
-Ken
Michael Trier
unread,
Feb 17, 2009, 5:13:26 PM2/17/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlal...@googlegroups.com
backref supports the same arguments as relation(), which include an order_by argument.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sqlalchemy
On Feb 17, 3:13 pm, Michael Trier <mtr...@gmail.com> wrote:
> backref supports the same arguments as relation(), which include an order_by
> argument.
>