diff --git a/AUTHORS b/AUTHORS index 36f1f5d492e..96d0696dd1a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -485,6 +485,7 @@ answer newbie questions, and generally made Django that much better: knox konrad@gwu.edu Kowito Charoenratchatabhan + Krišjānis Vaiders krzysiek.pawlik@silvermedia.pl Krzysztof Jurewicz Krzysztof Kulewski diff --git a/tests/forms_tests/tests/test_utils.py b/tests/forms_tests/tests/test_utils.py index a9b4d99560c..c849bfd262b 100644 --- a/tests/forms_tests/tests/test_utils.py +++ b/tests/forms_tests/tests/test_utils.py @@ -151,7 +151,6 @@ class FormsUtilsTestCase(SimpleTestCase): e_deepcopy = copy.deepcopy(e) self.assertEqual(e, e_deepcopy) - self.assertEqual(e.as_data(), e_copy.as_data()) def test_error_dict_html_safe(self): e = ErrorDict()