Skip to content

Commit

Permalink
Merge branch 'master' into search-box-print
Browse files Browse the repository at this point in the history
  • Loading branch information
cmc333333 authored Jun 9, 2017
2 parents 3d9b27d + b0a9676 commit f049bcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reqs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ class PolicyTypes(Enum):
class Office(models.Model):
name = models.CharField(max_length=256)

def __str__(self):
return self.name


class Policy(models.Model):
class Meta:
Expand Down

0 comments on commit f049bcc

Please sign in to comment.