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

on_delete parameter missing in LogsClipboard #8

Closed sunnyar closed 5 years ago

sunnyar commented 5 years ago

log_file ForeignKey for class LogsClipboard has an on_delete required parameter missing.

sunnyar commented 5 years ago

This change was not in the pip version