houngj / simply_fit

Simple daily fitness tracker
GNU General Public License v3.0
0 stars 0 forks source link

Change workoutLogs date column type to model.DateTime and update tests to use datetime #39

Closed houngj closed 7 years ago

houngj commented 7 years ago

workoutLogs date column should use model.DateField instead of model.DateTimeField and tests should use a date object.

example date object: date.now(), date(2017,4,24)