dabapps / django-readers

A lightweight function-oriented toolkit for better organisation of business logic and efficient selection and projection of data in Django projects.
https://www.django-readers.org
BSD 2-Clause "Simplified" License
183 stars 7 forks source link

Add support for `alias` queryset method #96

Open j4mie opened 5 months ago

j4mie commented 5 months ago

https://docs.djangoproject.com/en/5.0/ref/models/querysets/#alias

This is missing from qs. It would probably also make sense to have a pairs version with a noop projector.