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

Correct pairs docs #92

Closed j4mie closed 6 months ago

j4mie commented 6 months ago

The pairs.annotate function returns a producer pair, not a projector pair.

Thanks @roman-certn