Show
Ignore:
Timestamp:
04/03/08 10:12:30 (5 years ago)
Author:
ged
Message:

- Fixed ManyToOne relationships using 'key' kwarg in their column_kwargs

(patch by Jason R. Coombs)

- drop tables after test_through test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/elixir/relationships.py

    r307 r319  
    572572 
    573573                # store the names of those columns 
    574                 fk_colnames.append(colname) 
     574                fk_colnames.append(col.key) 
    575575 
    576576                # build the list of column "paths" the foreign key will