diff options
| author | Tom Christie | 2014-11-12 15:38:05 +0000 |
|---|---|---|
| committer | Tom Christie | 2014-11-12 15:38:05 +0000 |
| commit | 1838e18aeea1bfa5f033fb12adbd97e19231c8a1 (patch) | |
| tree | e6e1d38e5d51fc2f6ff174dc9a218ec4ff7d2eb0 /rest_framework/utils | |
| parent | 3e8068757b42d37623b915f6bc9bc5c162bd94c0 (diff) | |
| download | django-rest-framework-1838e18aeea1bfa5f033fb12adbd97e19231c8a1.tar.bz2 | |
Update html.py
Diffstat (limited to 'rest_framework/utils')
| -rw-r--r-- | rest_framework/utils/html.py | 2 |
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', } --> [ |
