From 627f4623b747d3d0b57c3c09677f3d9a0cc39b05 Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Sat, 12 Dec 2009 20:52:15 +0000 Subject: [PATCH] Fixed #11632: Fixed a test broken by r11826 that relied on the exact (invalid HTML) id of an initial hidden input field. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11835 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/modeltests/model_formsets/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modeltests/model_formsets/models.py b/tests/modeltests/model_formsets/models.py index cda3aa9d8e..d6f541bfd5 100644 --- a/tests/modeltests/model_formsets/models.py +++ b/tests/modeltests/model_formsets/models.py @@ -885,7 +885,7 @@ False >>> form = formset.forms[0] # this formset only has one form >>> now = form.fields['date_joined'].initial >>> print form.as_p() -

+

# test for validation with callable defaults. Validations rely on hidden fields