Use django.utils.encode smart_text or smart_str for intelligent unicode handling
authorDiane Trout <diane@ghic.org>
Thu, 19 Mar 2015 21:48:46 +0000 (14:48 -0700)
committerDiane Trout <diane@ghic.org>
Thu, 19 Mar 2015 21:48:46 +0000 (14:48 -0700)
commit26168c507d67cb3f1f342ce6ddd2f4fd4bf16dba
tree9c8129aa3ea49673c7aa33fbfafb98081e460202
parenta34147b85df1e0939e64b0d15a9bd5348eb3ef37
Use django.utils.encode smart_text or smart_str for intelligent unicode handling

some things like writing files or talking to redland are
quite picky about whether or not they're unicode or ascii strings.
experiments/test_experiments.py
htsworkflow/pipelines/test/test_retrieve_config.py
htsworkflow/submission/condorfastq.py
htsworkflow/util/hashfile.py
inventory/test_inventory.py
samples/test_samples.py