mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed all E261 warnings
This commit is contained in:
parent
c3791463a5
commit
8eec2d93b6
152 changed files with 630 additions and 630 deletions
|
@ -11,7 +11,7 @@ class QuotaUploadHandler(FileUploadHandler):
|
|||
(5MB) is uploaded.
|
||||
"""
|
||||
|
||||
QUOTA = 5 * 2**20 # 5 MB
|
||||
QUOTA = 5 * 2**20 # 5 MB
|
||||
|
||||
def __init__(self, request=None):
|
||||
super(QuotaUploadHandler, self).__init__(request)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue