Skip to content

Releases: dabapps/django-readers

Release 0.0.5

02 Jul 13:01
32c3ac6
Compare
Choose a tag to compare
  • Add new count and has pair functions
  • Add SpecMixin for Django REST framework endpoints

Release 0.0.4

30 Apr 22:32
Compare
Choose a tag to compare
  • BACKWARDS INCOMPATIBLE CHANGE: pairs.auto_relationship and specs.auto_relationship have been renamed to pairs.relationship and specs.relationship respectively.
  • Added new pair shortcut functions: exclude and order_by
  • Added transform_value and transform_value_if_none arguments to projectors.attr and pairs.field.

Release 0.0.3

13 Apr 07:19
3900e81
Compare
Choose a tag to compare
  • Django 3.2 is now included in the test matrix
  • Handle the case where a OneToOneField is null

Release 0.0.2

17 Mar 21:24
8f48cdd
Compare
Choose a tag to compare
  • 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.

Release 0.0.1

26 Feb 15:01
32db35b
Compare
Choose a tag to compare

Initial release