Skip to content

Commit 8565798

Browse files
committed
Merge branch 'master' of github.com:california-civic-data-coalition/django-calaccess-technical-documentation
2 parents b3decd8 + 2edcb47 commit 8565798

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

docs/apps/calaccess_raw/changelog.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
Changelog
22
=========
33

4+
1.4.0 (August 2016)
5+
-------------------
6+
7+
* Added zipping up and archiving of cleaned zip files.
8+
9+
* Added ``RawDataVersion.clean_zip_archive``.
10+
* Renamed ``RawDataVersion.zip_file_archive`` to ``RawDataVersion.download_zip_archive``.
11+
12+
* Smaller clean data files (removed unnecessary quote characters).
13+
* Improvements to tracking models
14+
15+
* Replaced ``RawDataCommand`` model with easier-to-use datetime fields and properties
16+
17+
* Now storing most recent start and finish times of ``updatecalaccessrawdata`` in ``RawDataVersion.update_start_datetime`` and ``RawDataVersion.update_start_datetime``.
18+
19+
* ``.update_completed`` returns ``True`` if most recent update to version started and finished.
20+
* ``.update_stalled`` returns ``True`` if most recent update to version started but did not finish.
21+
22+
* Now storing most recent start and finish times of ``downlowncalaccessrawdata`` in ``RawDataVersion.download_start_datetime`` and ``RawDataVersion.download_finish_datetime``.
23+
24+
* ``.download_completed`` returns ``True`` if most recent download of version started and finished.
25+
* ``.download_stalled`` returns ``True`` if most recent download version started but did not finish.
26+
27+
* Now storing most recent start and finish times of ``cleancalaccessrawfile`` in ``RawDataFile.clean_start_datetime`` and ``RawDataVersion.clean_finish_datetime``.
28+
29+
* Now storing most recent start and finish times of ``loadcalaccessrawfile`` in ``RawDataFile.load_start_datetime`` and ``RawDataVersionload_finish_datetime``.
30+
31+
* Added ``extractcalaccessrawfiles`` management command for unzipping and extracting raw data files from downloaded CAL-ACCESS database export.
32+
33+
* Start and finish times stored in ``RawDataVersion.start_extract_datetime`` and ``RawDataVersion.finish_extract_datetime``
34+
35+
* Support for Django 1.10.
36+
37+
438
1.3.0 (July 2016)
539
-----------------
640

0 commit comments

Comments
 (0)