Comment 2 for bug 899257

Revision history for this message
Michael Nelson (michael.nelson) wrote :

OK, the linked branch adds the distroseries attribute to the api result - a list of distroseries, which will look like:
{{{
>>> exhibits[0].distroseries
[{u'version': u'10.0', u'_state': u'...', u'id': 1, u'code_name': u'natty'}]
}}}

Assuming that the client will only be interested in the exhibits for a particular series, I also updated the API so that you can optionally request exhibits for a specific distroseries so you don't need to filter extra data.