diff options
Diffstat (limited to 'django/forms/widgets.py')
| -rw-r--r-- | django/forms/widgets.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/django/forms/widgets.py b/django/forms/widgets.py index 55ccada4a1..88dc28d664 100644 --- a/django/forms/widgets.py +++ b/django/forms/widgets.py @@ -30,6 +30,7 @@ __all__ = ( MEDIA_TYPES = ('css', 'js') + @python_2_unicode_compatible class Media(object): def __init__(self, media=None, **kwargs): @@ -143,6 +144,7 @@ class MediaDefiningClass(type): return new_class + @python_2_unicode_compatible class SubWidget(object): """ |
