Skip to content

Commit

Permalink
Un error entre tanto cambio
Browse files Browse the repository at this point in the history
  • Loading branch information
josjimjim committed Apr 24, 2017
1 parent 1d0e0c0 commit 5ebf658
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ProjectDepartmentEmployeeRole(models.Model):
roleDate = models.DateTimeField(auto_now=True)

def __unicode__(self):
return self.name
return self.projectDepartment_id

class Meta:
unique_together = ('projectDepartment_id', 'employee_id','role_id')

0 comments on commit 5ebf658

Please sign in to comment.