Fixed-point Decimal model field with integer storage
Fixed-point model field based on `IntegerField` and `DecimalField`. Represented as `Decimal` in Python for accurate calculations, stored as integer in the database. Configurable decimal places, defaults to 2.
- money
- decimal
- fixed-point