Sander Bos

Results 3 comments of Sander Bos

@Malinich I forked the project and created new migrations.

Hello @slavashvets . You might want to try extending the [ModelAdmin](https://github.com/django/django/blob/2.1/django/contrib/admin/options.py) with a modified `log_addition`, `log_change` and `log_deletion` and specify your own version of the `LogEntry` model without the user...

@bssher The problem is probably the version of the requests library you are using. Older versions of the requests library are not compatible with the `with response: ` as used...