This commit is contained in:
Kovid Goyal 2013-02-28 08:23:17 +05:30
parent 712d846090
commit 4354d360d6

View File

@ -256,8 +256,7 @@ class Writer(object):
pass
# TODO: Remember to change commas to | when writing authors to sqlite
elif field.is_many:
# TODO: Implement this
pass
self.set_books_func = many_one
else:
self.set_books_func = (one_one_in_books if field.metadata['table']
== 'books' else one_one_in_other)