[ckan-changes] [okfn/ckan] 077f71: [#669] Fix member_list call when given valid group...
GitHub
noreply at github.com
Wed Mar 20 14:49:28 UTC 2013
Branch: refs/heads/669-member-list-broken
Home: https://github.com/okfn/ckan
Commit: 077f71a2f5e925ccccc2db4b4987e8512bf4c39f
https://github.com/okfn/ckan/commit/077f71a2f5e925ccccc2db4b4987e8512bf4c39f
Author: John Glover <j at johnglover.net>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M ckan/logic/action/get.py
M ckan/tests/logic/test_member.py
Log Message:
-----------
[#669] Fix member_list call when given valid group name.
Now returns lists of (id, type, capacity) tuples
where type is a string. Previously, type was a
Python class object which could not always be
serialized to JSON in the API controller.
Commit: e7ae8720ee020b2ddd1f88c408724ef91aa405ed
https://github.com/okfn/ckan/commit/e7ae8720ee020b2ddd1f88c408724ef91aa405ed
Author: John Glover <j at johnglover.net>
Date: 2013-03-20 (Wed, 20 Mar 2013)
Changed paths:
M ckan/logic/action/get.py
M ckan/tests/logic/test_member.py
Log Message:
-----------
[#669] PEP8
Compare: https://github.com/okfn/ckan/compare/077f71a2f5e9^...e7ae8720ee02
More information about the ckan-changes
mailing list