MANIFEST.in
README.rst
__init__.py
setup.cfg
setup.py
csvimport/__init__.py
csvimport/admin.py
csvimport/app.py
csvimport/csvimport_test.log
csvimport/make_model.py
csvimport/models.py
csvimport/monkeypatch_tzinfo.py
csvimport/parser.py
csvimport/settings.py
csvimport/signals.py
csvimport/wsgi.py
csvimport/management/__init__.py
csvimport/management/commands/__init__.py
csvimport/management/commands/importcsv.py
csvimport/management/commands/inspectcsv.py
csvimport/migrations/0001_initial.py
csvimport/migrations/__init__.py
csvimport/tests/README.txt
csvimport/tests/__init__.py
csvimport/tests/admin.py
csvimport/tests/admin_tests.py
csvimport/tests/constraint_tests.py
csvimport/tests/issue_tests.py
csvimport/tests/log_tests.py
csvimport/tests/models.py
csvimport/tests/optional_tests.py
csvimport/tests/parse_tests.py
csvimport/tests/performance_tests.py
csvimport/tests/testcase.py
csvimport/tests/testrunner.py
csvimport/tests/urls.py
csvimport/tests/views.py
csvimport/tests/fixtures/bad_country.csv
csvimport/tests/fixtures/countries.csv
csvimport/tests/fixtures/issue98.csv
csvimport/tests/fixtures/test_broken_rows.csv
csvimport/tests/fixtures/test_char.csv
csvimport/tests/fixtures/test_char2.csv
csvimport/tests/fixtures/test_duplicate.csv
csvimport/tests/fixtures/test_headless.csv
csvimport/tests/fixtures/test_new_model.csv
csvimport/tests/fixtures/test_number.csv
csvimport/tests/fixtures/test_plain.csv
csvimport/tests/fixtures/test_quoted.csv
csvimport/tests/fixtures/test_single_row.csv
csvimport/tests/fixtures/test_tab.csv
csvimport/tests/migrations/0001_initial.py
csvimport/tests/migrations/0002_country_issue98_item_organisation_unitofmeasure.py
csvimport/tests/migrations/__init__.py
django_csvimport.egg-info/PKG-INFO
django_csvimport.egg-info/SOURCES.txt
django_csvimport.egg-info/dependency_links.txt
django_csvimport.egg-info/namespace_packages.txt
django_csvimport.egg-info/not-zip-safe
django_csvimport.egg-info/requires.txt
django_csvimport.egg-info/top_level.txt
docs/HISTORY.txt
docs/test_script.sh