1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-03-12 07:55:48 +03:00

Update html.py

This commit is contained in:
Tom Christie 2014-11-12 15:38:39 +00:00
parent 1838e18aee
commit e70b82b6c8

View File

@ -72,7 +72,7 @@ def parse_html_dict(dictionary, prefix):
-->
{
'profile': {
'username': 'example,
'username': 'example',
'email': 'example@example.com'
}
}