Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 908 Bytes

File metadata and controls

27 lines (20 loc) · 908 Bytes

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.

[1.0.1] - 2018-12-11

Changed

  • Removed BASE_MESSAGE in fields

Added

  • Translation for Japanese and Khmer
  • error_trans util function for generate error message

Fixed

  • Added validation for columns in excel is less than defined in serializer fields

[1.0.0] - 2018-10-19

Breaking Change

  • Meta.django_enable_transaction has changed to enable_transaction

Changed

  • Moved all fields class from django_excel_tools.serializers to django_excel_tools.fields
  • Code refactored for django_excel_tools.serializers.ExcelSerializer to more readable and pure function that doesn't produce effect.

Added

  • More test coverage