[portland] Status of Django-SQLAlchemy?

Dylan Reinhardt python at dylanreinhardt.com
Fri Jun 13 14:55:03 CEST 2008


On Fri, Jun 13, 2008 at 2:15 AM, Nick Welch <mack at incise.org> wrote:
> And it turns out that SQLAlchemy did:
>
> session.query(Entry).filter(Entry.headline == 'What'))

Or, you're using mapping:

Entry.query.select("headline='What'")


More information about the Portland mailing list