[SQL-CVS] r4332 - SQLObject/trunk/docs
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2011-02-11 09:44:30
|
Author: phd Date: Fri Feb 11 02:44:20 2011 New Revision: 4332 Log: Allow ForeignKey to point to a non-id column. Modified: SQLObject/trunk/docs/TODO.txt Modified: SQLObject/trunk/docs/TODO.txt ============================================================================== --- SQLObject/trunk/docs/TODO.txt Thu Feb 3 07:40:33 2011 (r4331) +++ SQLObject/trunk/docs/TODO.txt Fri Feb 11 02:44:20 2011 (r4332) @@ -17,6 +17,9 @@ * delColumn('foreignKey'), delColumn('foreignKeyID') +* ForeignKey('Table', otherColumn='other_id') to allow ForeignKey to + point to a non-id column. + * RelatedJoin.hasOther(otherObject[.id]) * tableParamSQL:: |