------ * Skip `filter_queryset_by_date_range` (that is: ignore `date_from` and `date_to` from requests params) when `show_date_filters` is disabled
4.4.5
------ * Remove pytz since it's deprecated in Django 4.0 and will be removed in Django 5.0
4.4.4
------ * few changes to allow the initialization of a DatatableView offline (for example, to export a filtered queryset from a background process)
4.4.3
------ * assign '__iexact', instead of '__icontains', as default 'lookup_field' value for columns with choices * added toolbar_message(): same as footer_message(), but appends message to toolbar
4.4.2
------ * fix: searching on a date/datetime field: when the value entered is not a valid date, we clear the table content to give a feedback to the user
4.4.1
------ * fix: when STRIP_HTML_TAGS is active, None was rendered as 'None' instead of ''