Update docstring.
This commit is contained in:
parent
69ee74ffd9
commit
2ac9fae084
|
@ -976,8 +976,7 @@ class BrandImporter(Importer):
|
||||||
|
|
||||||
class ProductImporter(Importer):
|
class ProductImporter(Importer):
|
||||||
"""
|
"""
|
||||||
Supposedly generic product data importer, but in practice this is currently
|
Data importer for :class:`rattail.db.model.Product`.
|
||||||
only coded to support a fairly specific CSV format...
|
|
||||||
"""
|
"""
|
||||||
model_class = model.Product
|
model_class = model.Product
|
||||||
simple_fields = [
|
simple_fields = [
|
||||||
|
|
Loading…
Reference in a new issue