Update pylintrc file. Now function and method names can by up to 40 characters (30 was maximum previously).
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
from django.dispatch import Signalrequest_started = Signal()request_finished = Signal()got_request_exception = Signal(providing_args=["request"])