Gagaro
Gagaro
Thanks for the PR :+1: There's no ETA yet, what would you need the release for?
Hi @sevdog , I just released version 1.0.3
I'm not sure I understand, why did you have the OSError in the first place?
Yes that's the default Django behavior. We iterate over the objects otherwise to be able to handle all other policies. That's clearly not the most optimized way.
Indeed we could probably change it to a `logger.info`. If you open a PR with that I'll gladly review / merge it.
I'm not sure we should overpass the delete method. What's causing the recursion in the mp_node delete method? You should probably have your own mixin inheriting from both `MP_Node` and...
Hi, sorry for the late reply. I don't have much time to develop for this package anymore, but feel free to open up a pull request and I'll gladly review...
Sure I added them. I also realized that without IV, this is pretty much useless as the column will only have two different values for true and false. I'm not...