Mercurial > p > roundup > code
changeset 5047:b8a04cce88ff
Adding documentation for csv_field_size to the customizing tracker section issue2550669
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 09 Apr 2016 00:06:41 -0400 |
| parents | 6af978cc17d2 |
| children | 53379ec4b26a |
| files | doc/customizing.txt |
| diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/customizing.txt Fri Apr 08 23:57:08 2016 -0400 +++ b/doc/customizing.txt Sat Apr 09 00:06:41 2016 -0400 @@ -162,6 +162,14 @@ umask -- ``02`` Defines the file creation mode mask. + csv_field_size -- ``131072`` + Maximum size of a csv-field during import. Roundups export + format is a csv (comma separated values) variant. The csv + reader has a limit on the size of individual fields + starting with python 2.5. Set this to a higher value if you + get the error 'Error: field larger than field limit' during + import. + Section **tracker** name -- ``Roundup issue tracker`` A descriptive name for your roundup instance.
