Erik Telepovský

Results 71 comments of Erik Telepovský
trafficstars

Thank you @florencioq . Actually, @kbussell already did the same in his commit of his PR. I believe, the best possible solution would be a direct implementation of django-jsonfield-compat into...

Please consider using models.JSONField since Django 3.1 that can be used on all supported database backends: https://docs.djangoproject.com/en/3.1/releases/3.1/#jsonfield-for-all-supported-database-backends

Can somebody explain, how to use native JSON fields of Postgres in custom models while django-auditlog app is installed without touching its code, please?

I see you added as_manager() support, which is great, but it does not work for me either with version 0.8.1. I tried ` objects = BaseModelQuerySet.as_manager() ` and also `...

Same issue here. Any update with this? Btw. thank you very much for this library!

I fixed that. Check my pull request please. Thank you.

I created a pull request for this #101

Great feature. Looking forward to it!