aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-11-12 15:38:05 +0000
committerTom Christie2014-11-12 15:38:05 +0000
commit1838e18aeea1bfa5f033fb12adbd97e19231c8a1 (patch)
treee6e1d38e5d51fc2f6ff174dc9a218ec4ff7d2eb0
parent3e8068757b42d37623b915f6bc9bc5c162bd94c0 (diff)
downloaddjango-rest-framework-1838e18aeea1bfa5f033fb12adbd97e19231c8a1.tar.bz2
Update html.py
-rw-r--r--rest_framework/utils/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/utils/html.py b/rest_framework/utils/html.py
index 15e83b3b..c7af2284 100644
--- a/rest_framework/utils/html.py
+++ b/rest_framework/utils/html.py
@@ -36,7 +36,7 @@ def parse_html_list(dictionary, prefix=''):
'[0]foo': 'abc',
'[0]bar': 'def',
'[1]foo': 'hij',
- '[2]bar': 'klm',
+ '[1]bar': 'klm',
}
-->
[