diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-09-20 01:55:53 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-09-20 01:55:53 +0000 |
| commit | 94c320d8a982ce30f6dd4e7556f2696229b761c7 (patch) | |
| tree | 165ff89b8b262118430ea2f7c1d26cc5af864c09 /tests/regressiontests/forms/util.py | |
| parent | 28a4aa6f49b11881d43a585f118a3d0537ba9084 (diff) | |
queryset-refactor: Merged to [6381]
git-svn-id: http://code.djangoproject.com/svn/django/branches/queryset-refactor@6382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/forms/util.py')
| -rw-r--r-- | tests/regressiontests/forms/util.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
