Commit graph

9 commits

Author SHA1 Message Date
Tiendil
b09704a4f4 Версия 0.2.3 2020-10-06 14:36:21 +03:00
Ilya Semenov
916ee151ec Python3 compatibility 2016-06-17 14:25:42 +06:00
Tiendil
bc496f64be gh-12 Сформировать пакет и выложить в PyPI 2015-06-07 21:40:55 +03:00
Tiendil
e276a08467 gh-8 Реорганизация структуры генераторов 2015-06-07 12:02:12 +03:00
Yaroslav Klyuyev
2329bb1555 added utils.file_adapter
utils.file_adapter should be used when source type may be file-like
object or path to file. Used in FromCSVTablesGenerator and in
FromTablesGenerator. Should resolve #6
2015-03-16 22:12:39 +02:00
Yaroslav Klyuyev
23d3e74a6e fixed utils.is_file to correctly process django.core.files.uploadedfile.UploadedFile 2015-02-16 22:06:29 +02:00
Yaroslav Klyuyev
4f316c0ddc fix utils import error 2015-02-16 21:07:35 +02:00
Yaroslav Klyuyev
16ef6d19c3 FromCSVTablesGenerator.load_*() now accepts both path to file and file object as argument 2015-02-16 21:02:28 +02:00
Yaroslav Klyuyev
a86c90b5bb moved get_all_generators to utils from tests as this is useful 2015-02-12 22:42:10 +02:00