vvangelovski / django-audit-log

Audit log for your Django models
Other
232 stars 93 forks source link

Django 3.0 compatibility issue #70

Open OpenDataAlex opened 3 years ago

OpenDataAlex commented 3 years ago

There is a dependency issue when using with Django 3.0+ with the curry package. Per another project, this is a result of moving away from Python 2. https://github.com/pinax/pinax-blog/issues/130

rickyManalo commented 3 years ago

Same for me. After exhausting the ways to add initial data to an inline, I'm back to trying to use curry which unfortunately have this issue