There was an error while loading. Please reload this page.
1 parent f486f38 commit 753dfb1Copy full SHA for 753dfb1
1 file changed
README.rst
@@ -928,6 +928,7 @@ It is put in a key, that the normal import will ignore and set using ``setattr()
928
# import simplesetter data before the rest
929
for fieldname, value in item.get("exportimport.simplesetter", {}).items():
930
setattr(obj, fieldname, value)
931
+ return obj, item
932
933
.. note::
934
0 commit comments