mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
newforms-admin: Fixed a stupid typo.
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@6245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
cead4bada9
commit
b28be9b04d
@ -243,7 +243,7 @@ If we try to skip a form, even if it was initially displayed as blank, we will
|
|||||||
get an error.
|
get an error.
|
||||||
|
|
||||||
>>> data = {
|
>>> data = {
|
||||||
... 'choices-COUNT': '4', # the number of forms rendered
|
... 'choices-COUNT': '3', # the number of forms rendered
|
||||||
... 'choices-0-choice': 'Calexico',
|
... 'choices-0-choice': 'Calexico',
|
||||||
... 'choices-0-votes': '100',
|
... 'choices-0-votes': '100',
|
||||||
... 'choices-1-choice': '',
|
... 'choices-1-choice': '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user