hvgab / EmployeeDirectory

Employee Directory Test/Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a property of _Employment_ status

todo opened this issue · comments

commented

employed = models.BooleanField(default=True, editable=False, help_text="Is the employee employed at the moment?") # TODO: This is a property of _Employment_ status
def save(self):
"""Overwrite default save method."""
# TODO: Create linked employment if Employee is new. Does a create method exist?
pass


This issue was generated by todo based on a TODO comment in 4b608e9. It's been assigned to @hvgab because they committed the code.