Closed portergoh closed 7 years ago
Sorry, I do not understand what you mean ... :(
In the text box for from and to date range, there is a calendar picture link where you can choose a date. That picture link disappeared once you set the following to disable the delete_selected action
admin.site.disable_action('delete_selected')
Fixed, thx
Date range from and to "choose a date" icon disappeared once we set admin.site.disable_action('delete_selected')
or override the following method in our custom admin class
Tested with Django version 1.10.4