TireSwingSoftware / openassign-server

OpenAssign server intended for use by a separate client via RPC
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Store currency with DecimalField #104

Closed mhrivnak closed 12 years ago

mhrivnak commented 12 years ago

When this project first began storing currency, django was at version 0.96, and we didn't have the DecimalField available. As such, we stored currency in whole cents as an integer. It is now more reasonable to use a DecimalField, so that's what we should do!