diff options
Diffstat (limited to 'django/forms/utils.py')
-rw-r--r-- | django/forms/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/forms/utils.py b/django/forms/utils.py index 3582384293..df75e94f81 100644 --- a/django/forms/utils.py +++ b/django/forms/utils.py @@ -79,7 +79,7 @@ class ErrorDict(dict): @python_2_unicode_compatible -class ErrorList(UserList): +class ErrorList(UserList, list): """ A collection of errors that knows how to display itself in various formats. """ |