Skip to content

Commit

Permalink
new decimal casting
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 19, 2015
1 parent 5bf8926 commit 7f1d276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mvc/src/mvc_utils/entity_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
string = colony.legacy.UNICODE,
integer = int,
float = float,
decimal = colony.Decimal,
date = colony.timestamp_datetime,
data = colony.legacy.UNICODE,
metadata = dict,
Expand Down

0 comments on commit 7f1d276

Please sign in to comment.