From 94c320d8a982ce30f6dd4e7556f2696229b761c7 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 20 Sep 2007 01:55:53 +0000 Subject: queryset-refactor: Merged to [6381] git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6382 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/forms/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/regressiontests/forms/util.py') diff --git a/tests/regressiontests/forms/util.py b/tests/regressiontests/forms/util.py index 1a02b7e55b..4f81709082 100644 --- a/tests/regressiontests/forms/util.py +++ b/tests/regressiontests/forms/util.py @@ -3,7 +3,7 @@ Tests for newforms/util.py module. """ -util_tests = r""" +tests = r""" >>> from django.newforms.util import * >>> from django.utils.translation import ugettext_lazy -- cgit v1.3