From fdb53cd77d41d5ebecb148a2c944fe088d8ac84f Mon Sep 17 00:00:00 2001 From: David Jean Louis Date: Mon, 25 Feb 2013 22:34:46 +0100 Subject: [PATCH] Use natural keys for permissions fixtures --- test_proj/test_app/fixtures/initial_data.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test_proj/test_app/fixtures/initial_data.json b/test_proj/test_app/fixtures/initial_data.json index b30d494..8379921 100644 --- a/test_proj/test_app/fixtures/initial_data.json +++ b/test_proj/test_app/fixtures/initial_data.json @@ -30,9 +30,9 @@ "last_login": "2010-04-25 17:33:01", "groups": [], "user_permissions": [ - 28, - 29, - 30 + ["add_bar", "test_app", "bar"], + ["change_bar", "test_app", "bar"], + ["delete_bar", "test_app", "bar"] ], "password": "sha1$a7681$6721778bb4a3aff4c7b0b47c20c72afc1adf493d", "email": "",