dabapps / django-readers

A lightweight function-oriented toolkit for better organisation of business logic and efficient selection and projection of data in Django projects.

Home Page:https://www.django-readers.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using `@out` decorator always attempts to attach the output field to the return value

j4mie opened this issue · comments

This results in AttributeError: 'bool' object has no attribute 'out' when the return value is a boolean (would happen for any value that can't have arbitrary attributes added to it)