kbussell / django-jsonfield-compat

Compatibility layer for django-jsonfield and Django's native JSONField
MIT License
9 stars 15 forks source link

How to use #2

Open eriktelepovsky opened 6 years ago

eriktelepovsky commented 6 years ago

Hi. Can you describe, how to use this app in combination with django-auditlog app, please? All my JSON fields in custom models are using native Django's Postgres field type, but django-auditlog breaks its functionality. Does your library solve the issue?

eriktelepovsky commented 6 years ago

Hi again. I am trying to use native JSON fields of Postgres in my models while django-auditlog app is installed. Can you describe if it is possible using django-jsonfield-compat without touching django-auditlog app source code, please?

blueyed commented 6 years ago

According to the README the source app would have to use it.