diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-04 22:39:38 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-04 22:39:38 -0500 |
commit | 5f98e99ab9ee7bbebbcba5c419f8840416f13f98 (patch) | |
tree | 85451eb11617d1e1057e02fe0c83c63e85ec72b7 | |
parent | 7e7ef807910331b652fcb98042060d68155b9a76 (diff) |
Change "Developers" to "Hackers" in groups.json
-rw-r--r-- | main/fixtures/groups.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/fixtures/groups.json b/main/fixtures/groups.json index aa826b83..385e321d 100644 --- a/main/fixtures/groups.json +++ b/main/fixtures/groups.json @@ -3,7 +3,7 @@ "pk": 1, "model": "auth.group", "fields": { - "name": "Developers", + "name": "Hackers", "permissions": [ [ "change_package", |