Code

New config option csv_field_size: Pythons csv module (which is used for
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 29 Sep 2009 07:27:17 +0000 (07:27 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 29 Sep 2009 07:27:17 +0000 (07:27 +0000)
commit02bb637a7aabf6242b148d951ba123524e112d84
treebc4b2fa33782456f00ed7342b9f0982692700e01
parentc9665a38401f86a6c2101bede02484ce780e498b
New config option csv_field_size: Pythons csv module (which is used for
export/import) has a new field size limit starting with python2.5.  We
now issue a warning during export if the limit is too small and use the
csv_field_size configuration during import to set the limit for the csv
module.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4359 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/admin.py
roundup/configuration.py
test/db_test_base.py