author | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 29 Sep 2009 07:27:17 +0000 (07:27 +0000) | ||
committer | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 29 Sep 2009 07:27:17 +0000 (07:27 +0000) | ||
commit | 02bb637a7aabf6242b148d951ba123524e112d84 | |
tree | bc4b2fa33782456f00ed7342b9f0982692700e01 | tree | snapshot |
parent | c9665a38401f86a6c2101bede02484ce780e498b | commit | diff |
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
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 | diff | blob | history | |
roundup/admin.py | diff | blob | history | |
roundup/configuration.py | diff | blob | history | |
test/db_test_base.py | diff | blob | history |