Tags give the ability to mark specific points in history as being important
v3.1.0 - Add support for Django 5.2.
v3.0.0 - Drop support for Python 3.9. - Modernize typing. - Use modern tools such as uv, ruff and ty instead of poetry, mypy and black. - Make static methods in `MoneyField` class to be non-static so that they pass typing requirements.
v2.2.0 - Add `create` method to `MoneySerializer`. - Mark methods in `MoneyField` class as static.
v2.1.0 - Update development dependencies. - Fix typing issues reported by mypy. - Mark the library as typed with `py.typed` file. - Expose more serializers and type definitions with `__all__`.
v2.0.0 - Make currency required field.
v1.2.0 Fixes situation where `to_internal_value` method is called multiple times during serialization.
v1.1.1 Replace hardcoded default currency code with constant variable.