Results¶
Result¶
-
class
import_export.results.Result(*args, **kwargs)¶ -
has_errors()¶ Returns a boolean indicating whether the import process resulted in any critical (non-validation) errors for this result.
-
has_validation_errors()¶ Returns a boolean indicating whether the import process resulted in any validation errors for this result.
-