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

Calendar widget not appearing #40

Closed fismerio closed 4 years ago

fismerio commented 4 years ago

Using Django version 1.11.6 and Python 2.7.15+

Console has: ReferenceError: DateTimeShortcuts is not defined jQuery 8 fire fireWith updateFunc fire fireWith done callback onreadystatechange

silentsokolov commented 4 years ago

Test on Python 2.7.16/Django 1.11.6/django-admin-rangefilter 0.5.1/Google chrome latest

It works fine

Please, disable/reset cache (in browser) and check your custom templates.

P.S. The django-admin-rangefilter works only with the default admin!