Re: [Sqlalchemy-tickets] [sqlalchemy] #2725: The sense foreign_keys parameter to orm.relationship i
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-05-09 19:23:44
|
#2725: The sense foreign_keys parameter to orm.relationship is unclear
-------------------------------------------+-------------------------------
Reporter: amluto | Owner: zzzeek
Type: defect | Status: new
Priority: medium | Milestone: 0.8.xx
Component: documentation | Severity: no triage
Resolution: | selected yet
Progress State: needs questions answered | Keywords:
-------------------------------------------+-------------------------------
Changes (by zzzeek):
* status_field: awaiting triage => needs questions answered
* milestone: => 0.8.xx
Comment:
well foreign_keys is the kind of parameter that you don't really use
unless an error message tells you to. The main introduction to this
concept is here:
http://docs.sqlalchemy.org/en/rel_0_8/orm/relationships.html#handling-
multiple-join-paths. The example is a customer with a "billing" and
"shipping" address. Is that the example you're saying is "arcane"? some
specifics here would be helpful.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2725#comment:1>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|