Ticket #8828: django1.diff

File django1.diff, 406 bytes (added by jam, 16 years ago)

Fix (note it says no newline at the end of the file, but I do have one)

  • forms/widgets.py

     
    671671    def __init__(self, attrs=None):
    672672        widgets = (HiddenInput(attrs=attrs), HiddenInput(attrs=attrs))
    673673        super(SplitDateTimeWidget, self).__init__(widgets, attrs)
    674        
    675  No newline at end of file
Back to Top