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.
- Removed
BASE_MESSAGEin fields
- Translation for Japanese and Khmer
error_transutil function for generate error message
- Added validation for columns in excel is less than defined in serializer fields
- Meta.django_enable_transaction has changed to enable_transaction
- Moved all fields class from
django_excel_tools.serializerstodjango_excel_tools.fields - Code refactored for
django_excel_tools.serializers.ExcelSerializerto more readable and pure function that doesn't produce effect.
- More test coverage