TheLabbingProject / django_mri

A reusable Django app to manage MRI data.
https://django-mri.readthedocs.io/en/latest/
Apache License 2.0
7 stars 5 forks source link

Fix AnatomicalPreprocessing's has_run() queryset check #79

Closed ZviBaratz closed 3 years ago

ZviBaratz commented 3 years ago

Querysets should be evaluated with qs.exists() rather than bool(qs).