| commit | 47ae1b51a8639f63e2a9785126dbd7b87fe99d66 | [log] [tgz] |
|---|---|---|
| author | Siobhan Tully <stully@verivue.com> | Fri May 10 15:53:14 2013 -0400 |
| committer | Siobhan Tully <stully@verivue.com> | Fri May 10 15:53:14 2013 -0400 |
| tree | eb7a4f75bb4ff4dd3bedff32b3273aa4adc8b32a | |
| parent | aa1bcd5fe20fa845d065bc55d90c87708126bff4 [diff] [blame] |
Adjustments to admin.py for view, fix Role using charfield as primary key, adjusted openstack/managers.py to fill the charfield instead of the pk
diff --git a/planetstack/core/serializers.py b/planetstack/core/serializers.py index 7c5dca9..bc4dd01 100644 --- a/planetstack/core/serializers.py +++ b/planetstack/core/serializers.py
@@ -10,6 +10,7 @@ model = Role fields = ('id', 'role_id', + 'role', 'role_type')