Changes between Initial Version and Version 1 of Ticket #26449


Ignore:
Timestamp:
Apr 3, 2016, 6:57:13 AM (8 years ago)
Author:
Iacopo Spalletti
Comment:

Tested according to the OP description (minor edit made to the description). I'm able to reproduce this on 1.9 and master. 1.8 is not affeced

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26449

    • Property Triage Stage UnreviewedAccepted
  • Ticket #26449 – Description

    initial v1  
    44
    55So, this code will trigger the error: 'Enter a valid date/time.'
    6     formfield_overrides = {models.DateTimeField: {widgets.AdminSplitDateTime},}
     6    formfield_overrides = {models.DateTimeField: {'widgets': widgets.AdminSplitDateTime},}
    77
    88And this code will be fine:
Back to Top