silentsokolov / django-admin-rangefilter

A Django app that lets you filter data by date range and numeric range in the admin UI
MIT License
721 stars 106 forks source link

Issue 9 replicating after upgrading to django 4.2 Duplicate calender and date #127

Closed vipulnarang95 closed 3 months ago

vipulnarang95 commented 3 months ago

Working fine on firefox but duplicates are appearing in chrome and edge. Jquery throws an exception and reloads the calender again. Can you please look into the issue?

silentsokolov commented 3 months ago

Сould you give more information?

Django==4.2

Firefox

image

Chrome

image

Safari

image
vipulnarang95 commented 3 months ago

Firefox: image

Chrome: image

Platform: Django cms 4.0.x Django version 4.2

Package using django-admin-rangefilter: https://github.com/EligaServices/djangocms-content-expiry

No Logs in console.

silentsokolov commented 3 months ago

django-admin-rangefilter supports only default django admin UI

You can override templates and fix HTML/CSS for your UI