From 5bec651a61ac9ba2831850104060833b37403399 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 21 Feb 2007 03:47:03 +0000 Subject: [PATCH] Added small newforms unit test git-svn-id: http://code.djangoproject.com/svn/django/trunk@4551 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/forms/tests.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/regressiontests/forms/tests.py b/tests/regressiontests/forms/tests.py index 4183002809..7b5aa136e8 100644 --- a/tests/regressiontests/forms/tests.py +++ b/tests/regressiontests/forms/tests.py @@ -2011,6 +2011,19 @@ For a form with a +A subtlety: If one of the choices' value is the empty string and the form is +unbound, then the