1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #8716: correctly handle name and email in comments from authenticated users.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8751 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jacob Kaplan-Moss
2008-08-30 21:30:02 +00:00
parent eebc7caa63
commit ae72e25b35
3 changed files with 22 additions and 3 deletions

View File

@@ -37,7 +37,10 @@
"pk" : 100,
"fields" : {
"username" : "normaluser",
"password" : "34ea4aaaf24efcbb4b30d27302f8657f"
"password" : "34ea4aaaf24efcbb4b30d27302f8657f",
"first_name": "Joe",
"last_name": "Normal",
"email": "joe.normal@example.com"
}
}
]