diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2010-03-09 22:52:04 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2010-03-09 22:52:04 +0000 |
| commit | e316b8b981344c6f4663ddcec268e995db61202e (patch) | |
| tree | 24c035337b03ee5335bcd801ecb158ec19dbaf1e /tests/regressiontests/forms/tests.py | |
| parent | ea288f14e0066848c31f18a7fc7344c6a51a6926 (diff) | |
Fixed #12048 - MultiWidget does not define `__deepcopy__`
Thanks to powderflask for report, test case and initial patch
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/forms/tests.py')
| -rw-r--r-- | tests/regressiontests/forms/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/forms/tests.py b/tests/regressiontests/forms/tests.py index db70500909..8757e799a9 100644 --- a/tests/regressiontests/forms/tests.py +++ b/tests/regressiontests/forms/tests.py @@ -39,6 +39,7 @@ from media import media_tests from fields import FieldsTests from validators import TestFieldWithValidators +from widgets import WidgetTests __test__ = { 'extra_tests': extra_tests, |
