Releases: dabapps/django-readers
Releases · dabapps/django-readers
Release 0.0.5
- Add new
count
andhas
pair functions - Add
SpecMixin
for Django REST framework endpoints
Release 0.0.4
- BACKWARDS INCOMPATIBLE CHANGE:
pairs.auto_relationship
andspecs.auto_relationship
have been renamed topairs.relationship
andspecs.relationship
respectively. - Added new pair shortcut functions:
exclude
andorder_by
- Added
transform_value
andtransform_value_if_none
arguments toprojectors.attr
andpairs.field
.
Release 0.0.3
- Django 3.2 is now included in the test matrix
- Handle the case where a
OneToOneField
is null
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.
Release 0.0.1
Initial release