Skip to content

Commit

Permalink
add provider to address cache __str__()
Browse files Browse the repository at this point in the history
  • Loading branch information
elnappo committed Apr 17, 2019
1 parent f3d8053 commit 82dc6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_novis/callsign/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,4 +495,4 @@ class Meta:
unique_together = ("address", "provider")

def __str__(self) -> str:
return self.address
return f"{self.address}_{self.provider}"

0 comments on commit 82dc6a5

Please sign in to comment.