summaryrefslogtreecommitdiff
path: root/django/http/multipartparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/http/multipartparser.py')
-rw-r--r--django/http/multipartparser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/http/multipartparser.py b/django/http/multipartparser.py
index 97961f89aa..87d80bdde5 100644
--- a/django/http/multipartparser.py
+++ b/django/http/multipartparser.py
@@ -37,6 +37,7 @@ class InputStreamExhausted(Exception):
"""
pass
+
RAW = "raw"
FILE = "file"
FIELD = "field"