mirror of
https://github.com/django/django.git
synced 2025-10-27 23:56:08 +00:00
Fixed assorted flake8 errors.
This commit is contained in:
@@ -199,6 +199,8 @@ def load_handler(path, *args, **kwargs):
|
||||
Given a path to a handler, return an instance of that handler.
|
||||
|
||||
E.g.::
|
||||
>>> from django.http import HttpRequest
|
||||
>>> request = HttpRequest()
|
||||
>>> load_handler('django.core.files.uploadhandler.TemporaryFileUploadHandler', request)
|
||||
<TemporaryFileUploadHandler object at 0x...>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user