removing foreign key stub

This commit is contained in:
Blake Eggleston
2012-12-01 09:43:09 -08:00
parent 10d753be8d
commit 1cd37d65b0

View File

@@ -234,9 +234,3 @@ class Counter(Column):
super(Counter, self).__init__(**kwargs)
raise NotImplementedError
class ForeignKey(Column):
#TODO: Foreign key field
def __init__(self, **kwargs):
super(ForeignKey, self).__init__(**kwargs)
raise NotImplementedError