Closed max-pfeiffer closed 6 years ago
This is due to multiple load admin/DateTimeShortcuts.js
on page. I spent many hours, but did not figure out how to fix it ((
As hotfix, override _get_media
in you code, and exclude admin/DateTimeShortcuts.js
Using Django 1.11.5, to reproduce:
list_display = ('charfield', 'date_field') list_editable = ('date_field',) list_filter = (('date_field', DateRangeFilter),)
See Screenshot.