Only show key_fields in error message
This caused a crash when GET, POST, and context were added to
the django_args by the decorators.
Patch by: Sverre Rabbelier
from django.dispatch import Signalrequest_started = Signal()request_finished = Signal()got_request_exception = Signal(providing_args=["request"])