tarkatronic / django-requestlogging

This package provides a logging filter and middleware to add information about the current request to the logging record.
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Django 2.0 support #4

Open Ran4 opened 5 years ago

Ran4 commented 5 years ago

Old-style MIDDLEWARE_CLASSES was removed in Django 2.0, rendering this library unusable for Django 2.0 onwards.