Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 1.13 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Support for Django 3.x.

Changed

  • Pinned the django-parler version to >=2 and add a migration required to upgrade it.

Fixed

  • Add a tzinfo to Street and Address.modified_at migrations to fix the warning saying that a timezone-naive date was passed to a DateTimeField.
  • helsinki importer: Reverted the change introduced in v0.3.6 which broke Helsinki division import
  • helsinki importer: Fixed empty field value handling
  • helsinki importer: Fixed crash with division types without a layer

0.3.6 - 2020-05-08

Fixed

  • helsinki importer: Raised the tolerance for divisions extending past their parents (from 1e-6 to 300 m^2). Helsinki data could not be imported previously.