issues
search
inveniosoftware
/
invenio-records-rest
Invenio records REST API module.
https://invenio-records-rest.readthedocs.io
MIT License
4
stars
63
forks
source link
fields: add __bool__ for GenFunction
#291
Closed
slint
closed
7 months ago
slint
commented
4 years ago
Adds a
bool
(and
nonzero
for compatibility) method to the GeneratedValue class, to mimic marshmallow's "missing" behavior.