Release 0.0.2
- Ensure relationship functions load the minimum set of fields from the related queryset by default.
- Expose
specs.auto_relationship
to make it easier to passto_attr
to a relationship. - Add new
pairs.pk_list
function to project a relationship as a list of primary key values. - Change the signature of the low-level relationship queryset functions to pass
prepare_related_queryset
separately for consistency.