shtalinberg / django-actions-logger

A Django app that keeps a log of user actions or changes in objects
MIT License
25 stars 7 forks source link

Don't use `django-jsonfield` in this package #7

Open anhtran opened 5 years ago

anhtran commented 5 years ago

https://code.djangoproject.com/ticket/27675#comment:8

https://docs.djangoproject.com/en/2.2/ref/contrib/postgres/fields/#jsonfield

devanghingu commented 3 years ago

Dear @anhtran i facing issue related to this package due to Django-JSONFIELD on action_info column. while displaying information on django adminpanel we can't do lookup on that field.