Add basic str() method for WorkedShift model

This commit is contained in:
Lance Edgar 2017-02-04 12:25:57 -06:00
parent c182ee80e2
commit de61364c8e
2 changed files with 8 additions and 1 deletions

View file

@ -66,6 +66,7 @@ requires = [
'humanize', # 0.5.1
'lockfile', # 0.9.1
'progressbar', # 2.3
'six', # 1.10.0
# TODO: make FormEncode optional? only used for email validator
# For now, let's restrict FormEncode to 1.2 since the 1.3 release