added missing default values to file xporter doc

This commit is contained in:
Pablo Hoffman 2010-04-02 02:49:18 -03:00
parent 2f75839e7a
commit dfdac356af
1 changed files with 4 additions and 0 deletions

View File

@ -210,6 +210,8 @@ The name of the item fields that will be exported. This will be use for the
EXPORT_EMPTY
^^^^^^^^^^^^
Default: ``False``
Whether to export empty (non populated) fields. This will be used for the
:attr:`~BaseItemExporter.export_empty_fields` Item Exporter attribute.
@ -218,6 +220,8 @@ Whether to export empty (non populated) fields. This will be used for the
EXPORT_ENCODING
^^^^^^^^^^^^^^^
Default: ``'utf-8'``
The encoding to use for exporting. Ths will be used for the
:attr:`~BaseItemExporter.encoding` Item Exporter attribute.