Skip to content

Releases: palewire/django-calaccess-raw-data

4.1.2

19 Apr 18:31
7bb995a
Compare
Choose a tag to compare

Full Changelog: 4.1.1...4.1.2

4.1.1

16 Apr 15:03
a638e1b
Compare
Choose a tag to compare

Full Changelog: v4.1.0...4.1.1

v1.6.2

26 Oct 18:02
Compare
Choose a tag to compare
  • Renamed raw data zipfile as raw.zip to match the language on our revamped downloads page

v1.6.1

06 Sep 20:45
Compare
Choose a tag to compare
  • Upgrade to v2.0.0 of django-postgres-copy and refactor export commands accordingly
  • Require Django 1.10 or above
  • Correct documentation for a number of fields

v1.6.0

18 Jul 14:59
Compare
Choose a tag to compare
  • Deprecate --test, --use-test-data options from updatecalaccessrawdata command.
  • Renamed custom Django project setting CALACCESS_DOWNLOAD_DIR to CALACCESS_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

26 Apr 19:26
Compare
Choose a tag to compare

Fix duplicate updates. Only create a new RawDataVersion if:

  • Content-length from HEAD differs from expected_size on previous version, or,
  • Last-modified is at least five minutes more recent than release_datetime on previous version.

v1.5.1

20 Apr 00:04
Compare
Choose a tag to compare
  • Proceed with download of ZIP file as long as last-modified datetimes in HEAD and GET requests are within five minutes of each other.

v1.5.0

17 Apr 15:24
Compare
Choose a tag to compare
  • 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).

v1.4.9

22 Mar 22:38
Compare
Choose a tag to compare
  • Reset auto-increment fields after truncating database tables in postgres.
  • Add prefixes on tracking model admins.
  • When making requests to sos.ca.gov, log HTTP status code and reason and raise HTTP error if bad status.

v1.4.8

24 Jan 18:20
Compare
Choose a tag to compare
  • Upgrade to csvkit version 1.0