Igor Benav
Igor Benav
@waza-ari do you still plan to do this?
This was incorporated in 0.15.0
Are you talking about the crud methods or the endpoint creation functionalities? Could you please provide some code to reproduce?
Hey, guys, sorry for the long delay here. I'll see if I can add this support after I finish stuff for 0.15. There were a lot of stuff that needed...
I'll work on this next week. Started fixing bugs and typing issues, but I think this support is long due
Hey, @mick-net, I'm really glad you like it! It's currently possible to do something like this, but not simple. You could just write a [subclass of endpointcreator](https://igorbenav.github.io/fastcrud/advanced/endpoint/#extending-endpointcreator) that accepts a...
FastCRUD CRUD utilities work (with get_joined, get_multi_joined), but not the auto generated endpoints. It's a good feature to add though
It's not supported currently, but it's easy to fix. I'll patch it next week.
It was an intentional design choice, I'm not sure if it's the most intuitive. If by default it excluded `is_deleted=True`, I think it would add complexity for the other cases...
Closed because of inactivity