Releases: palewire/django-calaccess-raw-data
Releases · palewire/django-calaccess-raw-data
4.1.2
Full Changelog: 4.1.1...4.1.2
4.1.1
Full Changelog: v4.1.0...4.1.1
v1.6.2
v1.6.1
v1.6.0
- Deprecate
--test, --use-test-data
options fromupdatecalaccessrawdata
command. - Renamed custom Django project setting
CALACCESS_DOWNLOAD_DIR
toCALACCESS_DATA_DIR
. - Removed
CALACCESS_TEST_DOWNLOAD_DIR
project setting. - Extract and track any .TSV file regardless of location in download .ZIP directory tree.
v1.5.2
v1.5.1
v1.5.0
- Django 1.11 compatibility.
- Fix check for existing clean zipped file when resuming.
- Fix message on response status code log.
- Skip dropping/re-adding of database table constraints and indexes when loading into MySQL (
transactional DDL statements <https://wiki.postgresql.org/wiki/Transactional_DDL_in_PostgreSQL:_A_Competitive_Analysis>
_ are not supported).