The changes in #438 prevent generic foreign keys passed to baker.prepare from being filled correctly. The _handle_generic_foreign_keys method is never called since _commit is False. The following test case added to the class TestFillingGenericForeignKeyField demonstrates the issue:
The changes in #438 prevent generic foreign keys passed to
baker.prepare
from being filled correctly. The_handle_generic_foreign_keys
method is never called since_commit
is False. The following test case added to the classTestFillingGenericForeignKeyField
demonstrates the issue: