slashmili / django-jalali

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

date field on rest api dosen't show jalali dates, and it's english #260

Open amirreza8002 opened 6 days ago

amirreza8002 commented 6 days ago

django-jalali 7.1.0 with drf django 5.1.1

django jalali is set up, the locale is set up and the language is set to fa_IR.

when using the browsable API provided by django rest framework, the date fields have a calender button, but it's in gregorian calendar.

Screenshot from 2024-10-12 20-31-20

hramezani commented 6 days ago

Thanks @amirreza8002 for reporting the issue. I think the date time picker widget from django jalali is not supported in DRF. It is only supported in django admin