slashmili / django-jalali

Jalali DateField support for Django model
http://pypi.python.org/pypi/django_jalali
BSD 3-Clause "New" or "Revised" License
258 stars 52 forks source link

Datepicker doesn't work on admin inlines #255

Closed hamidrabedi closed 1 month ago

hamidrabedi commented 4 months ago

When you define an inline date picker without extra settings in inline admin and allow adding instances by clicking 'Add...', it seems that the date picker isn't initialized and does not open.

image

image