Skip to content

Release 0.0.2

Compare
Choose a tag to compare
@j4mie j4mie released this 17 Mar 21:24
· 267 commits to main since this release
8f48cdd
  • Ensure relationship functions load the minimum set of fields from the related queryset by default.
  • Expose specs.auto_relationship to make it easier to pass to_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.