Skip to content

Releases: palewire/django-calaccess-raw-data

v0.2.0

25 Jan 19:21
Compare
Choose a tag to compare
  • Support for Python 3.5
  • Support for Django 1.9
  • Simplified downloadcalaccessrawdata. Now only downloads, unzips and preps
  • Introduced updatecalaccessrawdata, which downloads, cleans and loads data
  • Added --resume-download option in case download is interrupted
  • Added --csv option to loadcalaccessrawfile so that users can load from a file other than the one specified for the given calaccess_raw model
  • Added --keep-files option. Unless the option is invoked downloadcalaccessrawdata, cleancalaccessrawfile, loadcalaccessrawfile and updatecalaccessrawdata now clear out original and intermediate files
  • Support for multiple databases configured in Django DATABASE settings. Users can now load into a specified database using --database option
  • Fixed verifycalaccessrawfile
  • Updated management command options to most recent Django style, using argparse instead of optparse
  • Hundreds of unique keys, field defs and choices patched by Code Rushers
  • Automatically generated table documentation page
  • Expanded documentation

v0.1.2

17 Feb 23:08
Compare
Choose a tag to compare
  • Substituted clint for progressbar
  • Improved choices for form type fields

v0.1.1

20 Jan 15:01
Compare
Choose a tag to compare
  • Datetime support for MySQL fields
  • Fixed bug that didn't allow null values in PostgreSQL datetime fields

v0.1.0

19 Nov 22:55
Compare
Choose a tag to compare
Version 0.1.0

0.2.4-wip

22 Apr 18:58
Compare
Choose a tag to compare
0.2.4-wip Pre-release
Pre-release
Update setup.py

0.2.3-wip

22 Apr 18:57
Compare
Choose a tag to compare
0.2.3-wip Pre-release
Pre-release

Fixed setup.py bug