fixed typo in keyed tables, thanks Denes
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.4.1-alpha.2+timestamp.2013.03.02.12.55.37
|
||||
Version 2.4.1-alpha.2+timestamp.2013.03.03.13.49.03
|
||||
|
||||
+1
-1
@@ -808,7 +808,7 @@ class BaseAdapter(ConnectionPool):
|
||||
constraint_name = constraint_name, # should be quoted
|
||||
foreign_key = '%s (%s)' % (rtablename,
|
||||
rfieldname),
|
||||
table_name = table_name,
|
||||
table_name = tablename,
|
||||
field_name = field_name,
|
||||
on_delete_action=field.ondelete)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user