Skip to content

Commit

Permalink
backend_pk is unique anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Käser committed Aug 8, 2015
1 parent 364adf1 commit 85786f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipynbsrv/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,6 @@ def __unicode__(self):

class Meta:
unique_together = (
('backend_pk', 'server'),
('name', 'owner')
)

Expand Down

0 comments on commit 85786f3

Please sign in to comment.