Skip to content

Commit

Permalink
tiny code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 26, 2014
1 parent 87e6800 commit 520cd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mvc/src/mvc_utils/entity_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
string = colony.legacy.UNICODE,
integer = int,
float = float,
date = colony.timestamp_datetime,
date = colony.timestamp_datetime,
data = colony.legacy.UNICODE,
metadata = dict,
relation = None
Expand Down

0 comments on commit 520cd8b

Please sign in to comment.