Ticket #11703: fix_rev11491.diff
File fix_rev11491.diff, 452 bytes (added by , 15 years ago) |
---|
-
../django/forms/widgets.py
139 139 self.attrs = attrs.copy() 140 140 else: 141 141 self.attrs = {} 142 super(Widget, self).__init__( attrs)142 super(Widget, self).__init__() 143 143 144 144 def __deepcopy__(self, memo): 145 145 obj = copy.copy(self)