w4mike
w4mike
Hi, I started using parler in my current small project and think it s the right choice because of flawless combination with other projects like mptt, polymorphic, drf, etc. I...
I read on the repo site of [django-mptt](https://github.com/django-mptt/django-mptt) that it is currently unmaintained. Will this have an impact on this project ?
Would there be a way to disable final database transaction if e.g. the BeforeUpdate/Delete raises an exception? This would be a nice way to use the 'BeforeXXX' events as kind...
Hi, I just started a private project using django with strawberry-django-plus. I would like to use [django-translated-fields](https://github.com/matthiask/django-translated-fields/) for translation of some fields in this project. The reason why I want...