Pablo G.
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,...
This would be very helpful!
What happened with this? I'm still experiencing this error.