Results 4 comments of Pablo G.

This issue is still present, and the only way to "fix" it is by adding extra = 1 to the inlines that use datepicker.

Hey everyone, This is the code I'm using to fix this issue. On my ModelAdmin: ``` class Media: js = ('/static/admin/js/fix_calendar.js',) ``` In fix_calendar.js: ``` function djangoDateTimeFormatToJs(format) { return format.toLowerCase().replace(/%\w/g,...