Re: [Sqlalchemy-tickets] [sqlalchemy] #2176: error comparing assocation proxy of attribute mapped c
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2011-05-25 16:45:24
|
#2176: error comparing assocation proxy of attribute mapped collection
-----------------------------------+----------------------------------------
Reporter: guest | Type: defect
Status: closed | Priority: medium
Milestone: 0.7.1 | Component: documentation
Severity: trivial - <10 minutes | Resolution: worksforme
Keywords: | Status_field: completed/closed
-----------------------------------+----------------------------------------
Changes (by zzzeek):
* status: new => closed
* severity: no triage selected yet => trivial - <10 minutes
* component: access => documentation
* milestone: => 0.7.1
* resolution: => worksforme
* status_field: awaiting triage => completed/closed
Comment:
attr_name is a string, passed to Python operator.attrgetter. Added a
clarification for this in r01f3371c2475.
i.e.
{{{
#!python
collection_class=attribute_mapped_collection("field"))
}}}
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2176#comment:2>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|