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