Ticket #17759: django-17759.patch
File django-17759.patch, 421 bytes (added by , 13 years ago) |
---|
-
django/views/generic/edit.py
19 19 """ 20 20 Returns the initial data to use for forms on this view. 21 21 """ 22 return self.initial22 return dict(self.initial) 23 23 24 24 def get_form_class(self): 25 25 """