vvangelovski / django-audit-log

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

Replacing django.utils.functional.curry() #69

Open teni opened 3 years ago

teni commented 3 years ago

Hello, this is an auto-generated Pull Request. (Feedback?)

Django in 3.0 has removed django.utils.functional.curry() and recommend this be replaced with functools.partial() .