Loading django/forms/widgets.py +0 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,6 @@ class Widget(object): self.attrs = attrs.copy() else: self.attrs = {} super(Widget, self).__init__(attrs) def __deepcopy__(self, memo): obj = copy.copy(self) Loading Loading
django/forms/widgets.py +0 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,6 @@ class Widget(object): self.attrs = attrs.copy() else: self.attrs = {} super(Widget, self).__init__(attrs) def __deepcopy__(self, memo): obj = copy.copy(self) Loading