fireantology / django-logtailer

Allows the viewing of any log file entries in real time directly from the Django admin interface. It allows you to filter on logs with regex and offer also a log clipboard for save desired log lines to the django db.
BSD 3-Clause "New" or "Revised" License
97 stars 30 forks source link

Django3: render_to_response is deprecated #11

Closed gozer closed 4 years ago

gozer commented 4 years ago

https://docs.djangoproject.com/en/2.2/releases/2.0/#id1

django.shortcuts.render_to_response() is deprecated in favor of django.shortcuts.render(). render() takes the same arguments except that it also requires a request.

fireantology commented 4 years ago

Thanks. Will change it in the next release

sadikekin commented 4 years ago

Please check https://github.com/fireantology/django-logtailer/pull/12

fireantology commented 4 years ago

Merged, gonna be in next release