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::
|