Loosen some unique name constraints. Note I've reset the migrations since we're in the dev cycle and I can still do that.

This commit is contained in:
Michael DeHaan
2013-03-26 14:51:14 -04:00
parent 5e91e0a43c
commit 2d3ff081c1
11 changed files with 359 additions and 2786 deletions

View File

@@ -144,7 +144,7 @@ class InventoryTest(BaseTest):
edit_perm = Permission.objects.create(
user = self.other_django_user,
inventory = Inventory.objects.get(pk=1),
permission_type = PERM_INVENTORY_EDIT
permission_type = PERM_INVENTORY_WRITE
)
data3 = self.post(hosts, data=new_host_c, expect=201, auth=self.get_other_credentials())