Add basic str() method for WorkedShift model
This commit is contained in:
parent
c182ee80e2
commit
de61364c8e
2 changed files with 8 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue